On Wed, Jul 16, 2014 at 9:37 PM, G Z <zuk...@gmail.com> wrote:
> My project structure goes
>
> holon
>
>  -holon
>         -settings.py
>         -etc
>
>  -portal -App name
>           -static
>               css / images
>           -templates
>                -main site template files
>       views.py
>       urls.py
>       etc
>
>  -templates
>       base.html
>       base_site.hrml
>
>
> its not changing the admin pages template which is what im trying to do.
> What am I doing wrong i think my path might be wrong I believe it should be
> taking me to the root holon directory so the project directory, then i
> specify templates folder. and I put the two files in there and modified them
> a bit, but its still the default admin page. What am I doing wrong?
>

Django admin uses the template "admin/base_site.html". You've
overridden the template "base_site.html", which it doesn't use.

Cheers

Tom

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAFHbX1JMyuVdS80CBm-_XVyeqrTy3%3DrcwHwQJ9Muco1%3DCOBnug%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to