django-admin-style icon indicating copy to clipboard operation
django-admin-style copied to clipboard

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

trafficstars

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