/marionette

Boilerplate package for django project with backbone.marionette using requirejs

Primary LanguageJavaScript

Marionette Template for Heroku ready Django project

(marionette+requirejs+handlebars+Django) using Vagrant

  1. Install django on your laptop (doesn't require anything fancy like virtualenv, you just need access to django-admin.py)

  2. Install Vagrant

  3. Install VirtualBox

  4. Run the following command where you would like your project created, and replace myproject with the project's name

    django-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