Skip to content

dino-mayk/LipetskRegion

Repository files navigation

Lipetsk Region

flake8 test

Оглавление

Установка

Клонируйте репозиторий:

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>

About

Website for hackathon

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •