Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

YouTube tutorial by Django school. Cinema library website using django3

Notifications You must be signed in to change notification settings

mrKazzila/cinema_library_website

Repository files navigation


Django School
CinemaLib

Cinema library website
by
Django School | Lessons Django 3 (Ru)

Conventional Commits pre-commit


FeaturesTech stackHow To UseAdditional materialWebsite

Features

  • lorem

Tech stack

How To Use

To clone and run this project, you'll need:

Step-by-step commands
  1. Firstly clone repo

    git clone git@github.com:mrKazzila/cinema_library_website.git
  2. Settings Poetry

    poetry config virtualenvs.in-project true
  3. Activate venv

    poetry shell
  4. Install packages

    poetry install
  5. 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

Additional material

Database schema DBschema


GitHubResumeLinkedIn