Lipetsk Region
Клонируйте репозиторий:
git clone https://github.com/dino-mayk/LipetskRegion.gitСоздайте виртуальное окружение:
Windows:
python -m venv venvMac, Linux:
python3 -m venv venvАктивируйте виртуальное окружение:
Windows:
cd venv/Scripts/
.\activateMac, Linux:
source venv/bin/activateСкачайте зависимости:
Windows:
pip install -r requirements.txtMac, Linux:
pip3 install -r requirements.txtWindows:
python index.py runserverMac, Linux:
python3 index.py runserverСоздание администратора:
Windows:
python index.py createsuperuserMac, Linux:
python3 index.py createsuperuserСмена пароля в аккаунте:
Windows:
python index.py changepassword <user_name>Mac, Linux:
python3 index.py changepassword <user_name>