-git clone https://github.com/Mitya890625/FILMSREVIEW.git
-poetry config virtualenvs.in-project true
-poetry install
-poetry shell
Требуемые переменные окружения и их значения:
DATABASE_URL=sqlite://./db.sqlite3
MODE_DEBUG=1
SECRET_KEY=1
-poetry run python manage.py migrate
poetry run python manage.py runserver