Changes between Version 3 and Version 4 of CookBookScripts
- Timestamp:
- Nov 30, 2005, 11:29:45 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBookScripts
v3 v4 4 4 5 5 [wiki:CookBookScriptsDjget djget] - a bash script to fetch a file from the Django website 6 7 clean_django -- a one liner that is useful when updating versions: 8 {{{ 9 find django_src/ -type f -name "*.pyc" -exec rm -f {} \; 10 }}}