Django Application Server
March 8, 2016 ยท View on GitHub
Primary Modules
Prerequisites
- Postgres
- 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