Re: templates in Practical Django Projects

2009-06-21 Thread Nick Lo
> I am now on linux . I created a CMS under jim/djp/ > I created the projec t to the flatpages. > I am trying to create templates. > I created a templates in jim/djp/templates.I created cms under > templates, then flatpages directory. I then created default.html > > In the setting I put the templa

Re: templates in Practical Django Projects

2009-06-21 Thread ChrisD
Likely you need a full path to that. from my settings.py file TEMPLATE_DIRS = ( # Put strings here, like "/home/html/django_templates" or "C:/www/ django/templates". # Always use forward slashes, even on Windows. # Don't forget to use absolute paths, not relative paths. '/home/ch

templates in Practical Django Projects

2009-06-11 Thread jayvandal
I am now on linux . I created a CMS under jim/djp/ I created the projec t to the flatpages. I am trying to create templates. I created a templates in jim/djp/templates.I created cms under templates, then flatpages directory. I then created default.html In the setting I put the template_dir = (

templates in Practical Django Projects

2009-06-11 Thread jayvandal
I am now on linux . I created a CMS under jim/djp/ I created the projec t to the flatpages. I am trying to create templates. I created a templates in jim/djp/templates.I created cms under templates, then flatpages directory. I then created default.html In the setting I put the template_dir = (