Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 274 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 274 Bytes

Install

Run in the project directory:

aptitude install python3-pip
pip install pipenv
pipenv install

Before the first starting the server migrations must be applied:

python manage.py migrate

To run the project:

python manage.py runserver