Easy django applications with cookiecutter
February 20, 2014 —Category: Software
Now I'm trying to create a bunch of django applications and I've got tired of creating everything from scratch. So, here are the steps I'm using to easy create a new django app: Create a new virtual environment . This is vital. It allows you to set up your own versions, not pollute the default…