Changes between Version 3 and Version 4 of CookBookScripts


Ignore:
Timestamp:
Nov 30, 2005, 11:29:45 AM (18 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CookBookScripts

    v3 v4  
    44
    55[wiki:CookBookScriptsDjget djget] - a bash script to fetch a file from the Django website
     6
     7clean_django -- a one liner that is useful when updating versions:
     8{{{
     9find django_src/ -type f -name "*.pyc" -exec rm -f {} \;
     10}}}
Back to Top