CARVIEW |
The web framework for perfectionists with deadlines.
Issues
CookBook - Scripts
Scripts that are handy for Django development and administration:
MiniFlush - a script to re-initialise your Django site and applications
djget - a bash script to fetch a file from the Django website
clean_django -- a one liner that is useful when updating versions
find django_src/ -type f -name "*.pyc" -print0 | xargs -0 rm
aliases - convenience shell aliases and environment variables
No Superuser syncdb - how to programmatically call manage.py syncdb
and prevent it from prompting you to create a django superuser.
Scaffold Script - Spews out simple form templates for a given model
Password creation - Command line script to generate password hashes etc for entering into admin application
Download in other formats:
Django Links
Learn More
Get Involved
Follow Us
- Hosting by In-kind donors
- Design by Threespot &
© 2005-2025 Django SoftwareFoundation unless otherwise noted. Django is a registered trademark of the Django Software Foundation.