I get the following error when loading the databrowse application:

TemplateDoesNotExist at /databrowse/
(...)
Using loader django.template.loaders.app_directories.load_template_source:

/usr/lib/python2.4/site-packages/django/contrib/admin/templates/databrowse/homepage.html
(File does not exist)

I'm pretty sure the reason I get this error is because the databrowse
template exists in "django/contrib/databrowse/templates/databrowse", not "
django/contrib/admin/templates/databrowse".

The TEMPLATE_LOADERS setting in my settings file looks correct:
TEMPLATE_LOADERS = (
    'django.template.loaders.filesystem.load_template_source',
    'django.template.loaders.app_directories.load_template_source',
)

Any ideas on why django is not looking in the correct directory?

-- 
J.P. Cummins

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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