A cookiecutter template for Django.
Originally forked from marcofucci with minimal changes
Tweaked it a bit for my needs, added additional cookiecutter attributes, trimmed read-me.
Now run it against this repo:
$ cd <your-workspace> $ cookiecutter https://github.com/msheiny/cookiecutter-simple-django.git
You'll be prompted for some questions, answer them, then it will create a Django skeleton project for you.
Put secret key inside the virtual environment bin/postactivate script
export SECRET_KEY="blah"