,

However, when i try to access my homepage,i expect it to render my custom
login page(login.html). But it always say TemplateDoesNotExist.
I also tried putting the template folder inside an app. But the login page
doesnt get rendered still.

I need help urgently.Thanks!!!!

The error page should list all of the locations where the template engine
searched, and the name of the file it was looking for (assuming
DEBUG=True). Make sure the file exists in one of those locations, and that
the user running the Django server process (probably yours if using
runserver locally) has access to read the file.

With out the traceback or any of the specific error information, there
isn't much more anyone can tell you.

-James

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CA%2Be%2BciVRJ8Q%2BtThSrUsoB9_zbHZhB0E0jrTavoKrXFTXy5pLMA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to