On 8/25/06, Baurzhan Ismagulov <[EMAIL PROTECTED]> wrote:
>   I add /dir to PYTHONPATH. In this layout, I have to put the html
>   templates to /dir/verdjnlib/templatepages/templates/templatepages. How
>   can I customize the directory without modifying verdjnlib for each
>   project?

It will find templates/pages anywhere that django looks for
templates, so that's sitetemplates and each app/templates directory.

I'm using it on a Linux box and just symlinking into my sitetemplates directory.
That leaves the 'static' page developer with access to the old content
in its old location until we move it all over.  It's working very
well.

-- 
Derek

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to