public
Description: A starting point for customizing the look of Django's automatic admin interface.
Homepage:
Clone URL: git://github.com/trey/django-admin-style.git
name age message
file .gitignore Sun Jul 13 11:02:10 -0700 2008 first commit [trey]
file README.markdown Mon Dec 08 17:51:33 -0800 2008 Updated README with info about changes in Djang... [trey]
directory static/ Thu Feb 12 16:07:22 -0800 2009 Updated colors, link to docs. [trey]
directory templates/ Sun Jul 13 11:02:10 -0700 2008 first commit [trey]
file urls.py Thu Aug 14 12:56:37 -0700 2008 Updated urls.py to the new hotness. [trey]
README.markdown

Note: There are active admin CSS changes in Django trunk, so proceed with caution.


A starting point for customizing the look of Django's automatic admin interface.

These colors suit my tastes a bit better than the default.

Folder structure:

.
|-- static
|   `-- admin
|       |-- css
|       |   |-- base.css
|       |   `-- img
|       `-- img
|-- templates
|   `-- admin
|       `-- base_site.html
`-- urls.py

To customize more parts of the admin's markup, you copy things from

django/contrib/admin/templates/admin/ to yoursite/templates/admin/.