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/chris/tmpl/cms/',
)

ie
/users/jim/djp/templates/cms/

if you go into the cms directory and type 'pwd' (unix) then it will
show you the full path.
Hope that helps

On Jun 12, 10:45 am, jayvandal <jayvan...@gmail.com> wrote:
> 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 = (
>   'djp/templates/cms/',
>
> I see te template directory n it tells me that it can't find
> /jdp/templates.cms/flatpages/default.html/
>
> I have created the directories in templates/cms/flatpages/default.html
> But the error messages tell me that it can't find the templates
>
> How do you identify the templates?
> Jim

--~--~---------~--~----~------------~-------~--~----~
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