On Mon, Jun 20, 2011 at 12:21, jaspreet kaur <kj5...@gmail.com> wrote:
> please tell me how to place mytemplates folder in template path of django
> means what is the meaning of template path of django

Please Jaspreet, this is clearly stated in the documentation and I see
no need to spam the django-users email list.
Templates are discussed in great length here [1] and here [2]
The most common structures are:
[*] A template folder in your project directory containing templates
to all your apps.
[*] A template folder in all of your apps containing the apps templates.
See the settings.py and more specifically the template loaders and
paths setting. If you get an error page saying it cannot find your
template, then you have the ability to see which directories it in
fact are trying.

Read the documentation if there are any further questions, the Django
docs are great and all your questions should be answered there. If
they are not, see if the same question are asked by someone else at
stackoverflow[3] or in the mailing list before[4]

[1]: https://docs.djangoproject.com/en/dev/topics/templates/
[2]: 
https://docs.djangoproject.com/en/dev/intro/tutorial03/#use-the-template-system
[3]: http://stackoverflow.com/
[4]: https://groups.google.com/forum/#!forum/django-users
-- 
Regards, Herman Schistad

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to