1. Simulations of distribution with/withon quarantine
2. Simulaion of distribution in Moscow
1. Thirst of all create your virtualen:
virtualenv --python=python3 venv
2. Then activate your virtualen
source venv/bin/activate
3. After that you need to install the requirements:
pip install -r requirements.txt
4. Then, run tha application with command (if you are not on django.msu-web.tech you can use any over port):
python manage.py runserver 9000
or if you do not wont to see the logs use
python manage.py runserver 9000 >> log.log 2>&1
5. All logs look up in file log.log