Cinema library website
by
Django School | Lessons Django 3 (Ru)
Features • Tech stack • How To Use • Additional material • Website
- lorem
To clone and run this project, you'll need:
Step-by-step commands
-
Firstly clone repo
git clone git@github.com:mrKazzila/cinema_library_website.git
-
Settings Poetry
poetry config virtualenvs.in-project true
-
Activate venv
poetry shell
-
Install packages
poetry install
-
Run project dependencies, migrations, fill the database with the fixture data etc
python manage.py migrate python manage.py loaddata <path_to_fixture_files> python manage.py runserver