-
Install django on your laptop (doesn't require anything fancy like virtualenv, you just need access to django-admin.py)
-
Install Vagrant
-
Install VirtualBox
-
Run the following command where you would like your project created, and replace
myproject
with the project's namedjango-admin.py startproject --template https://github.com/suckaplease/marionette/zipball/master myproject --extension=py --name=Vagrantfile
OPTIONAL HEROKU CONFIG: heroku apps:create myproject-staging --remote staging herkku config:add DJANGO_SETTINGS_MODULE=myproject.settings.staging