admin template customization

22 views
Skip to first unread message

Gavin Lowry

unread,
Oct 18, 2013, 5:47:01 PM10/18/13
to django...@googlegroups.com
I'm following the tutorial at
...I'm at the stage where I can change the template of the admin site. I'm instructed to copy base_site.html from the django source directory to a template/admin folder in my site directory. I have done this and changed the page title text. After restarting the server and clearing my cache, the title text doesn't change. It's still using the default template. Is there a step I'm missing?

Timothy W. Cook

unread,
Oct 18, 2013, 11:20:38 PM10/18/13
to django...@googlegroups.com
Did you add:
 TEMPLATE_DIRS = [os.path.join(BASE_DIR, 'templates')]

to settings.py ?


--
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...@googlegroups.com.
To post to this group, send email to django...@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/5ef36791-1ae4-4d8a-bf18-a08bf883e36f%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.



--
MLHIM VIP Signup: http://goo.gl/22B0U
============================================
Timothy Cook, MSc           +55 21 94711995
MLHIM http://www.mlhim.org
Like Us on FB: https://www.facebook.com/mlhim2
Circle us on G+: http://goo.gl/44EV5
Google Scholar: http://goo.gl/MMZ1o
LinkedIn Profile:http://www.linkedin.com/in/timothywaynecook

Gavin Lowry

unread,
Oct 21, 2013, 9:24:03 AM10/21/13
to django...@googlegroups.com
I had, but my path was wrong. Thanks for pointing me in the right direction.
Reply all
Reply to author
Forward
0 new messages