Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Latest commit

 

History

History
9 lines (8 loc) · 262 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 262 Bytes

demo

Installation

  1. copy demo/settings_local.example.py to demo/settings_local.py
  2. fill demo/settings_local.py
  3. pip install -r requirements.txt
  4. python manage.py migrate
  5. python manage.py collectstatic
  6. use demo/wsgi.py for uwsgi