> Yeah, app integration right now seems very non-DRY and much too fiddly.  
> Stands to reason
> that including an app implies you include the app's urls and templates - or 
> why include it?  I
> definitely cringe when copying an integrated app's templates into my 
> project's template
> hierarchy.

As long as you have an app in INSTALLED_APPS and the app_directories
template loader in the TEMPLATE_LOADERS setting, you don't need to
copy an app's templates. Any templates inside the template folder of
that app will be included.
http://docs.djangoproject.com/en/dev/ref/templates/api/#loader-types

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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