Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 231 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 231 Bytes

swagger_study

  • Python: 3.8
# virtual environment
$ python3 -m venv .venv

# install requirements
(.venv) $ pip install -r requirements.txt

# migrations
(.venv) $ python manage.py migrate

# start server as DEBUG mode