jmwai / thinkster-django-angular-boilerplate

Boilerplate for the Thinkster.io Django and AngularJS tutorial.

Home Page:https://thinkster.io/brewer/angular-django-tutorial/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

thinkster-django-angular-boilerplate

Installation

NOTE: Requires virtualenv, virtualenvwrapper and Node.js.

  • Fork this repository.
  • $ git clone git@github.com:<your username>/thinkster-django-angular-boilerplate.git
  • $ mkvirtualenv thinkster-djangular
  • $ cd thinkster-django-angular-boilerplate/
  • $ pip install -r requirements.txt
  • $ npm install
  • $ bower install
  • $ python manage.py migrate
  • $ python manage.py runserver

Deployment

NOTE: Requires Heroku Toolbelt.

NOTE: All Heroku commands should be run from the root directory of your project.

  • $ heroku apps:create
  • $ heroku config:set BUILDPACK_URL=https://github.com/ddollar/heroku-buildpack-multi.git
  • $ heroku config:set DEBUG=False
  • $ heroku config:set COMPRESS_ENABLED=True
  • $ git push heroku master
  • $ heroku open

About

Boilerplate for the Thinkster.io Django and AngularJS tutorial.

https://thinkster.io/brewer/angular-django-tutorial/


Languages

Language:Python 75.3%Language:JavaScript 23.9%Language:Shell 0.8%Language:CSS 0.0%