Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 269 Bytes

File metadata and controls

17 lines (13 loc) · 269 Bytes

Quick start

poetry env use python3.11
poetry install

export APP_SECRET_KEY='Your SECRET_KEY'

poetry run python manage.py migrate
poetry run python manage.py runserver

Dependencies

poetry -V   # Poetry 1.8.2
python -V   # Python 3.11.8