In my urls.py, following the wiki docs on FreeComment, I'm using
    (r'^comments/', include('django.contrib.comments.urls.comments')),

But this does not allow me to specify whether or not comments require
registration/login.  The only other way to do it is by defining each
view in a urls.py and wrapping each view with @login_required or
similar.  This breaks the encapsulation of the comments app.  Is there
any other way?  Would it be helpful to file a ticket for this?


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to