Hello,
I've just started with Django and have worked through the excellent tutorial. 
At chapter 2 [1] of the tutorial it says to set:

TEMPLATE_DIRS = (
    "/home/my_username/mytemplates",
)

Which makes me putting all templates of all apps in my project into this 
directory (resp. subdirectories of this dir)
How can I decouple my templates to an app specific directoy? The way that my 
apps are self contained also regarding their templates?

Or did I get something fundamentaly wrong?

Thanks,

Florian

[1] http://www.djangoproject.com/documentation/tutorial02/

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

Reply via email to