Take a read through this section of the docs:
https://docs.djangoproject.com/en/1.3/ref/templates/api/#loading-templates

Specifically, those templates are found via the app_directories.Loader.
So you'd run loader.get_template('admin/base.html') to get that template. 
The reason that it's in a subdirectory is to avoid conflicts with other 
applications (since they may want to use their own 'base.html' template.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/koe1y5vye7kJ.
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