SaturDJang / warp

Warp is a web based markdown presentation service
MIT License
13 stars 6 forks source link

Add private field on Presentation model #2

Closed kyunooh closed 8 years ago

kyunooh commented 8 years ago

It need to add field about that is private document or not.

mingrammer commented 8 years ago

Suggest :

is_public = models.BooleanField(default=True)

kyunooh commented 8 years ago

Okay that is good!

mingrammer commented 8 years ago

Will you send a PR? @kyunooh

kyunooh commented 8 years ago

Nope :D, I think this is not hard to us. but It will be help to someone who haven't to try pull request. so I will not resolve this now. Is it okay?

mingrammer commented 8 years ago

Nice