Dear all,
I'm almost at the end of the tutorial part 2 but I can't manage to
change "Django administration" to something different. What I did:
- create a template/admin subdirectory into the folder containing all
the files related to mysite (it looks like this; C:/Users/songbird/
Documents/mysite/template/admin/)
- copy/paste base_site.html to that subdirectory
- edit it and change "Django administration" to "Bref"
- edit the settings.py file and add the path to the new subdirectory
('C:/Users/songbird/Documents/mysite/template/admin/base_site',) in
front of Template_Dirs
- reload the page (no change); stop the server and run syncdb again
(no change)
It's only working if I change the base_site.html file directly into
the default django directory (C:\Python27\Lib\site-packages\django
\contrib\admin). So I would say that my settings file is not correctly
configured but I don't see why.
Any help will be appreciated.
Best
-nicolas-

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