This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
django-admin-style / 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/.







