Service sign-up and fulfillment service.
- Rubix template React frontend.
- Organization DB separation
- Group-based, extensible authentication
To use this project, follow these steps:
- Create your working environment.
- Install Django (
$ pip install django
) - Create a new project using this template
Setting up your environment:
Using this template to create a new Django app is easy::
$ django-admin.py startproject --template=https://github.com/heroku/heroku-django-template/archive/master.zip --name=Procfile helloworld
$ git init
$ git add -A
$ git commit -m "Initial commit"
$ heroku create
$ git push heroku master
$ heroku run python manage.py migrate