#8725: TemplateSyntaxError at /admin/ with [8760]
------------------------------------+---------------------------------------
Reporter: kmtracey | Owner: nobody
Status: new | Milestone: 1.0
Component: Uncategorized | Version: SVN
Resolution: | Keywords:
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
------------------------------------+---------------------------------------
Changes (by kmtracey):
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Comment:
Just a note, since you can't see the debug page highlighting in the
ticket, it the `{% url django-admindocs-docroot as docsroot %}` on line 25
that is highlighted. I do have admindocs in my INSTALLED_APPS and
documentation was working as of yesterday. Removing it from
INSTALLED_APPS and its urlpattern (`(r'^admin/doc/',
include('django.contrib.admindocs.urls')),`) from urls.py, though, doesn't
appear to change anything, I still get the error on any attempt to access
an admin page.
--
Ticket URL: <http://code.djangoproject.com/ticket/8725#comment:1>
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
-~----------~----~----~----~------~----~------~--~---