Skip to content

im6/vp2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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