Django-Bootstrap-Admin
is a collection of files in attempt to pretty up the Django admin with @Twitter's Bootstrap components.
Feel free to fork and change styles in the less
directory or update the Makefile
, I didn't give much attention to that :P
- Copy the
project/admin/static
andproject/admin/templatetags
directory into yourproject/admin
directory. - Copy the
project/admin/templates
directory into yourproject/admin
directory. - Update
settings.py
to make sure that your static directories/paths, etc. are linked up correctly. (Also, update your database, and run./manage.py syncdb
or use the sample one I provided [root user: admin, root pass: admin]) - Go to project root and run
./manage.py collectstatic
runserver
and go to http://localhost:8000/admin (or wherever you're pointing your application to run on)
- Pretty up the Calendar javascript popout links
- Pretty up the Time selection javascript popout