/django

tutorials, snippets etc

django

tutorials, snippets etc

How to remove pyc files:

find . -name "*.pyc" -exec git rm -f {} \;