Skip to content

jfialkoff/otter-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grover

Service sign-up and fulfillment service.

Features

  • Rubix template React frontend.
  • Organization DB separation
  • Group-based, extensible authentication

How to Use

To use this project, follow these steps:

  1. Create your working environment.
  2. Install Django ($ pip install django)
  3. Create a new project using this template

Dev How Tos

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

Deployment to Heroku

$ git init
$ git add -A
$ git commit -m "Initial commit"

$ heroku create
$ git push heroku master

$ heroku run python manage.py migrate

Further Reading

About

Procfile/Django template for Good Otter projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages