Skip to content

trey/django-admin-style

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages