Skip to content

pcdubb/thinkster-django-angular

 
 

Repository files navigation

thinkster-django-angular-boilerplate

Installation

  • $ git clone git@github.com:brwr/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.

  • $ 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

Code repository for Thinkster.io Django and AngularJS Tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.8%
  • Python 27.8%
  • HTML 20.5%
  • Other 0.9%