Initial commit

This commit is contained in:
Daniel Greenfeld 2013-08-14 10:43:32 -07:00
commit 14638a3615
2 changed files with 8 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
*.log
*.pot
*.pyc
local_settings.py

4
README.md Normal file
View File

@ -0,0 +1,4 @@
cookiecutter-dj-project
=======================
A cookiecutter template for creating reusable Django projects quickly.