PathagarBooks / pathagar

Pathagar is a simple bookserver serving OPDS feeds
GNU General Public License v2.0
101 stars 26 forks source link

Add comments using django framework #51

Closed godiard closed 9 years ago

godiard commented 9 years ago

This feature is enabled modifing ALLOW_USER_COMMENTS in app_settings.py and is disabled by default. When is enabled, show a form to add comments from the users in the detail of every book. The user do not need to be logued. It's implemented using the django comments framework [1]

[1] https://docs.djangoproject.com/en/1.4/ref/contrib/comments/

godiard commented 9 years ago

Thanks for review. Will send another pr