jonatha...@gmail.com
unread,Feb 13, 2008, 6:04:01 PM2/13/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
Trying to get django-registration up and running, and I bumped into
this error:
TemplateDoesNotExist at /accounts/register/
registration/registration_form.html
BUT: below, I can see that Django actually found the template, which I
created and placed in the place specified by the documentation:
Django tried loading these templates, in this order:
* Using loader
django.template.loaders.filesystem.load_template_source:
o /home/jonathan/dev/django_projects/termworm/templates/
registration/registration_form.html (File exists)
* Using loader
django.template.loaders.app_directories.load_template_source:
o /home/jonathan/django_trunk/django/contrib/admin/templates/
registration/registration_form.html (File does not exist)