On 5/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>   ImproperlyConfigured at /test/
>   Error importing template source loader
> django.core.template.loaders.filesystem: "No module named
> template.loaders.filesystem"

Sounds like somehow your project's settings.py has gotten corrupted;
the default settings.py Django creates[1] specifies
'django.template.loaders.filesystem', which is the correct path --
somehow the 'django.' bit has gotten lopped off yours, so add it back
in and see if that clears it up.

[1] 
http://code.djangoproject.com/browser/django/trunk/django/conf/project_template/settings.py

--
"May the forces of evil become confused on the way to your house."
  -- George Carlin

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

Reply via email to