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