/django-cinema-app-red

A movie app build with Django 🐍

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

🎥 Cinema App With Django 🐍

Licence Badge GitHub Actions status

A basic movie build with django.

⬆️ Installation

Requirements

python>=3.10.4

# 1. fork the repo
# 2. clone the project
  git clone https://github.com/<your_github_username>/django-cinema-app.git
# 3. install dependencies
  pip3 install -r requirements.txt
# 4. run the migration and insert seed data
  python3 manage.py makemigrations
  # execute the release shell script like this
  ./releas.sh # you can also run the commands inside of it one by one
# 4. run the server
  python3 manage.py runserver

⚖️ License

The scripts and documentation in this project are released under the AGPL License