google-code-export / django-photologue

Automatically exported from code.google.com/p/django-photologue
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Add ability to comment on photos #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Could you add the ability to comment on photos? It would be especially
valuable for a social website. Additionally having the ability to turn on
and off the commenting ability would be nice as well.

Original issue reported on code.google.com by russelld...@gtempaccount.com on 20 Jun 2008 at 4:59

GoogleCodeExporter commented 9 years ago
This is something I would rather see handled outside of Photologue itself. We 
might still see and update to the 
undocumented Django comments framework which would be perfect. Regardless, 
using generic relationships, it 
shouldn't be to hard to set this up.

See http://www.djangoproject.com/documentation/contenttypes/

Original comment by justin.d...@gmail.com on 25 Jun 2008 at 10:08