Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 440 Bytes

File metadata and controls

19 lines (13 loc) · 440 Bytes

A Django version of ColorPK back-end service. Work together with front-end source

QuickStart

  • install python package locally.
python3 -m venv env
source env/bin/activate
pip install -r requirements/dev.txt
  • before running, add ./connection.cnf file in app root directory.
<set your env variable> python manage.py runserver 3001