Skip to content

Instantly share code, notes, and snippets.

@keokilee
Created March 12, 2011 01:30
Show Gist options
  • Save keokilee/866919 to your computer and use it in GitHub Desktop.
Save keokilee/866919 to your computer and use it in GitHub Desktop.
Clean up compiled files.
source .env/bin/activate;
# Clean files to prep for copy
echo "Cleaning local compiled files."
./manage.py clean_pyc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment