django-admin-style

Created: 2008-07-13 17:59
Updated: 2018-04-05 13:16

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

Cookies help us deliver our services. By using our services, you agree to our use of cookies Learn more