I'm slaying the configuration bugs, slowly but surely, with your help.
The latest one is a TemplateDoesNotExist error. This is what the stack
shows:
...
File "C:\progra~1\Python25\lib\site-packages\django\template
\loader.py", line 79, in get_template
source, origin = find_template_source(template_name)
File "C:\progra~1\Python25\lib\site-packages\django\template
\loader.py", line 72, in find_template_source
raise TemplateDoesNotExist, name
django.template.TemplateDoesNotExist: experts/step_editor.html
What causes such an error? How can it be corrected?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---