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 (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Jul 13 11:02:10 -0700 2008 | |
| |
README.markdown | Mon Dec 08 17:51:33 -0800 2008 | |
| |
static/ | Thu Feb 12 16:07:22 -0800 2009 | |
| |
templates/ | Sun Jul 13 11:02:10 -0700 2008 | |
| |
urls.py | Thu Aug 14 12:56:37 -0700 2008 |
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/.







