emencia / django-blog-lotus

A weblog application with Django.
https://django-blog-lotus.readthedocs.io/
MIT License
5 stars 1 forks source link

Add 'login required' feature #13

Closed sveetch closed 3 years ago

sveetch commented 3 years ago

A feature so each Article can be closed to anonymous.

sveetch commented 3 years ago

'Article.private' field has been added for further usage. Implementation is still to be done in manager and querysets.

sveetch commented 3 years ago

It has been done in article view basic implementation.