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