On 7/3/07, scadink <[EMAIL PROTECTED]> wrote:
....
> 3a. I wish Django would simply assume that my templates are under
> app_name/templates.  That way, I would have my models and views in the

Use the app template loader?
http://www.djangoproject.com/documentation/templates_python/#loader-types

> 4. I'm not sure about this, but could you put the loads in base.html

No, this actually doesn't work.  Each template has its own namespace.

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to