Re: TemplateSyntaxError at /admin/

2011-10-08 Thread Tempomental
That did it! Thanks =) On Oct 8, 4:49 pm, Shawn Milochik wrote: > See your urlpatterns section that has the prefix 'myapp.views.' It's at the > bottom of your e-mail. > > You have some stuff in there that doesn't belong there. It should be broken > out into another "urlpatterns += patterns(...)"

TemplateSyntaxError at /admin/

2011-10-08 Thread Tempomental
220. lookups.appendlist(pattern.callback, (bits, p_pattern)) File "/usr/local/lib/python2.6/dist-packages/django/core/ urlresolvers.py" in _get_callback 167. raise ViewDoesNotExist("Could not import %s. Error was: %s" % (mod_name, str(e)))