#8725: TemplateSyntaxError at /admin/ with [8760]
-------------------------------------+--------------------------------------
Reporter: kmtracey | Owner: mtredinnick
Status: closed | Milestone: 1.0
Component: Core framework | Version: SVN
Resolution: fixed | Keywords:
Stage: Accepted | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
-------------------------------------+--------------------------------------
Comment (by FlorentV):
jacob: my bad, it was just a problem with a bad urlconf. I had a reference
to a view that didn't “exist” since it was in an app I had commented out
in INSTALLED_APPS. So basically it was the same problem as in this ticket:
http://code.djangoproject.com/ticket/8854
Of course it's not a bug, just a mistake on my part. But it's too bad the
error I got was a not-so-helpful template error. If a reference to a non-
existing view in urlconf breaks some important feature of the framework,
maybe Django should catch this error earlier on and display a specific
error?
--
Ticket URL: <http://code.djangoproject.com/ticket/8725#comment:12>
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
-~----------~----~----~----~------~----~------~--~---