Saturday, January 1, 2011

Customize the admin look and feel

I have made it to the "Writing your first Django app, part 2" page
down to "Customize the admin look and feel", at the bottom. I'm stuck
with this paragraph......

Now copy the template admin/base_site.html from within the default
Django admin template directory in the source code of Django itself
(django/contrib/admin/templates) into an admin subdirectory of
whichever directory you're using in TEMPLATE_DIRS. For example, if
your TEMPLATE_DIRS includes "/home/my_username/mytemplates", as above,
then copy django/contrib/admin/templates/admin/base_site.html to /home/
my_username/mytemplates/admin/base_site.html. Don't forget that admin
subdirectory.

I found the "base_site" at C:/Django-1.2.4/django/contrib/admin/
templates/admin/base_site.html.

I have no idea where this is supposed to be copied and pasted to.

Any help please?

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment