Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 206 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 206 Bytes

ciciot_backend

Pre Install

环境要求

  • python 3.6
  • MySQL 5.7
$ pip  install -r requirements.txt

Run

$ export DATABASE_URL='xxxxxxxx'
$ python manage.py runserver