Re: Django default templates

2012-04-06 Thread Jagdeep Singh Malhi
> Im having problems figuring out how to work my way through part 2 of > the tutorial, where I have to copy some default django templates to my > own template directory. Where are the default django templates, Default Django Templates for admin : /your_system_python_path/django/ contrib/admin/te

Django default templates

2012-04-06 Thread Simon Boje Outzen
Hello Im having problems figuring out how to work my way through part 2 of the tutorial, where I have to copy some default django templates to my own template directory. Where are the default django templates, and where are my own templates? Or do I just create a new folder for templates and copy