Django Netflix is a web application built using Django, which allows users to browse and watch movies and TV shows online.
This project is built with :
cd Djnago-Netflix
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuserr
python manage.py runserver
To use Django Netflix, first create an account by clicking "Sign Up" on the homepage. Once you're signed in, you can browse through the selection of movies and TV shows by clicking on the "Movies" or "TV Shows" links in the navbar.
To view details about a title, click on the title's poster image. From there, you can add the title to your personal watchlist by clicking "Add to Watchlist". To view your watchlist, click on "Watchlist" in the navbar.
If you'd like to contribute to Django Netfilx, feel free to fork this repository and submit a pull request. For more information on contributing to the project, please check out Django's Git repository on GitHub.
-
Option 1
- 🍴 Fork this repo!
-
Option 2
- 👯 Clone this repo to your local machine.
- Build your code 🔨🔨🔨
- 🔃 Create a new pull request.