Skip to content

yandex-praktikum/anfisa2sprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Как запустить проект:

Клонировать репозиторий и перейти в него в командной строке:

git clone https://github.com/yandex-praktikum/anfisa2sprint.git
cd anfisa2sprint

Cоздать и активировать виртуальное окружение:

Windows

python -m venv venv
source venv/Scripts/activate

Linux/macOS

python3 -m venv venv
source venv/bin/activate

Обновить PIP

Windows

python -m pip install --upgrade pip

Linux/macOS

python3 -m pip install --upgrade pip

Установить зависимости из файла requirements.txt:

pip install -r requirements.txt

Выполнить миграции:

Windows

python manage.py makemigrations
python manage.py migrate

Linux/macOS

python3 manage.py makemigrations
python3 manage.py migrate

Запустить проект:

Windows

python manage.py runserver

Linux/macOS

python3 manage.py runserver

About

Учебный проект

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published