Skip to content

AlexanderZah/Todo_site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo_site

Установка на windows:

  1. Клонировать репозиторий
git clone https://github.com/AlexanderZah/Todo_site.git
  1. Создать виртуальное окружение
python -m venv venv
  1. Активировать виртуальное окружение
./venv/Scripts/activate.ps1
  1. Установить зависимости
pip install -r requirements.txt
  1. Отредактирвать settings.py
Вставить свой SECRET_KEY
  1. Запустить миграции
python manage.py migrate
python manage.py makemigrations
  1. Запустить сервер
python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published