commit 14638a3615958ae455bf2864958df14250196859 Author: Daniel Greenfeld Date: Wed Aug 14 10:43:32 2013 -0700 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..d9437c31 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.log +*.pot +*.pyc +local_settings.py diff --git a/README.md b/README.md new file mode 100644 index 00000000..bd41d695 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +cookiecutter-dj-project +======================= + +A cookiecutter template for creating reusable Django projects quickly.