Version 7 (modified by Antti Kaihola, 18 years ago) ( diff )

added aliases

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" -exec rm -f {} \;

aliases - convenience shell aliases and environment variables

Note: See TracWiki for help on using the wiki.
Back to Top