I've installed Django v.0.96 on an Ubuntu Linux 7.10 system and am going through the tutorial available at the Django site. The latest error popped up when I tried to run the admin app. The current error is:
ImproperlyConfigured at /admin/ Module "django.template.loaders.filesystem" does not define a "load_template_souuntitled folderrce" callable template source loader The Traceback code is: Traceback (most recent call last): File "/var/lib/python-support/python2.5/django/core/handlers/base.py" in get_response 77. response = callback(request, *callback_args, **callback_kwargs) File "/var/lib/python-support/python2.5/django/contrib/admin/views/ decorators.py" in _checklogin 65. return _display_login_form(request, message) File "/var/lib/ python-support/python2.5/django/contrib/admin/views/decorators.py" in _display_login_form 28. }, context_instance=template.RequestContext(request)) File "/var/lib/python-support/python2.5/django/shortcuts/__init__.py" in render_to_response 10. return HttpResponse(loader.render_to_string(*args, **kwargs)) File "/var/lib/python-support/python2.5/django/template/loader.py" in render_to_string 101. t = get_template(template_name) File "/var/lib/python-support/python2.5/django/template/loader.py" in get_template 79. source, origin = find_template_source(template_name) File "/var/lib/python-support/python2.5/django/template/loader.py" in find_template_source 60. raise ImproperlyConfigured, 'Module "%s" does not define a "%s" callable template source loader' % (module, attr) ImproperlyConfigured at /admin/ Module "django.template.loaders.filesystem" does not define a "load_template_souuntitled folderrce" callable template source loader Thanks in advance for any help. Charles --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
