0

i am new to django. i need to create a user log in system and i am following that tutorial user authentication and i am getting a particular error

Error importing template source loader django.template.loaders.filesystem.load_template_source: "'module' object has no attribute 'load_template_source'"

i am failed to locate what went wrong.can anyone tell me in what conditions this kind of error occur?

numerah
  • 498
  • 7
  • 29
  • 2
    possible duplicate : [link](http://stackoverflow.com/questions/11904609/configuring-django-settings-to-work-with-1-4-1-loading-template-error) –  Jan 24 '13 at 10:57

1 Answers1

3

It is problem with your Loader Template . Try this Link

Community
  • 1
  • 1