Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelhelmick/django-bootstrap-admin
Django Admin using Twitter Bootstrap
https://github.com/michaelhelmick/django-bootstrap-admin
Last synced: 6 days ago
JSON representation
Django Admin using Twitter Bootstrap
- Host: GitHub
- URL: https://github.com/michaelhelmick/django-bootstrap-admin
- Owner: michaelhelmick
- License: bsd-2-clause
- Created: 2012-07-12T20:33:15.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-12T21:06:21.000Z (over 12 years ago)
- Last Synced: 2024-10-31T22:50:22.427Z (13 days ago)
- Language: JavaScript
- Size: 1.62 MB
- Stars: 53
- Watchers: 6
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Django Bootstrap Admin
======================`Django-Bootstrap-Admin` is a collection of files in attempt to pretty up the Django admin with @Twitter's [Bootstrap](http://twitter.github.com/bootstrap/ "Bootstrap") components.
Please
------
Feel free to fork and change styles in the `less` directory or update the `Makefile`, I didn't give much attention to that :PUsage
-----1. Copy the `project/admin/static` and `project/admin/templatetags` directory into **your** `project/admin` directory.
2. Copy the `project/admin/templates` directory into **your** `project/admin` directory.
3. 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])
4. Go to project root and run `./manage.py collectstatic`
5. `runserver` and go to http://localhost:8000/admin (or wherever you're pointing your application to run on)TODO
----
* Pretty up the Calendar javascript popout links
* Pretty up the Time selection javascript popout