#8571: comment framework throws obscure exception in {% comment_form_target %}
----------------------------------------------+-----------------------------
Reporter: [EMAIL PROTECTED] | Owner: nobody
Status: closed | Milestone: 1.0
Component: django.contrib.comments | Version: SVN
Resolution: worksforme | Keywords: comment,
comment_form_target
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
----------------------------------------------+-----------------------------
Comment (by Alon Levy <[EMAIL PROTECTED]>):
Hi, Just my twocents: I had the same problem, removing pyc didn't help
(but it is always a good idea:), anyway, the problem was that my old
urls.py read:
(r'^comments/', include('django.contrib.comments.urls.comments')),
After some head scratching and looking for the non-existent help on
contrib/comments (README file, anything), I did the following change and
it seems to work (i.e. I'm on to the next problem from the 1.0 upgrade ;):
(r'^comments/', include('django.contrib.comments.urls')),
HTH,
Alon
--
Ticket URL: <http://code.djangoproject.com/ticket/8571#comment:7>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" 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-updates?hl=en
-~----------~----~----~----~------~----~------~--~---