Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 290 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 290 Bytes

Qr-code toolkit

The generic toolkit is located in 'qr_kit' and 'qr_kit_api'

prerequisites

  • python 3.8

installation

$ pip install -r requirements.txt
$ python manage.py migrate

running the development server

$ python manage.py runserver 

TODO