ColorPK.com v2
A Django version of ColorPK back-end service. Work together with front-end source
- install python package locally.
python3 -m venv env
source env/bin/activate
pip install -r requirements/dev.txt- before running, add
./connection.cnffile in app root directory.
<set your env variable> python manage.py runserver 3001