Search code examples
djangodjango-templatesdjango-authenticationdjango-users

django user Authentication error?


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?


Solution

  • It is problem with your Loader Template . Try this Link