Add the filesystem template loader, put it before app directories loader,
and put the (absolute) path to your templates directory (e.g.;
/home/moho/myapp/templates) in TEMPLATES_DIR.

Bill

On Tue, Sep 1, 2009 at 11:52 AM, Aljosa Mohorovic <
aljosa.mohoro...@gmail.com> wrote:

>
> admin app uses templates/admin/base_site.html but when i move that
> file in myapp/templates/admin/base_site.html it is ignored.
> is there an additional step to ensure admin app uses templates from
> app templates folder?
> i do have
> 'django.template.loaders.app_directories.load_template_source' in
> TEMPLATE_LOADERS and it is the only entry in list.
> also, this works as expected for my apps, is there something different
> with admin app?
> is there some document that describes what can i expect when using
> admin app via manage.py runserver?
> any tips appreciated.
>
> Aljosa Mohorovic
>
> p.s.
> i'm running this with manage.py runserver
> >
>

--~--~---------~--~----~------------~-------~--~----~
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 
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