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)

--~--~---------~--~----~------------~-------~--~----~
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