Django Application Server

March 8, 2016 ยท View on GitHub

Primary Modules

  1. django
  2. django rest framework

Prerequisites

  1. Postgres
  2. Python

Installation

pip install -r backend/requirements/devl.pip
createdb $project_name
python manage.py migrate
python manage.py loadtestdata users.EmailUser:100
python manage.py createsuperuser
python manage.py runserver

Contents

  1. 1Primary Modules
  2. 2Prerequisites
  3. 3Installation