Skip to content

BhuwanPandey/netflix

Repository files navigation

Django Netflix Clone

Netflix website build with Pure django and Django Template Language. It display cached images to improve the performance of site.

Screenshot 2024-08-11 152025

Technologies Used

  • python 3.11

Project Setup Instructions

  1. git clone the repository
https://github.com/BhuwanPandey/netflix.git
  1. cd into netflix
cd netflix
  1. Create a virtual env
python -m venv env
  1. Activate env
env\scripts\activate
  1. Install Dependancies
pip install -r requirements.txt
  1. Make Migrations
python manage.py makemigrations
  1. Migrate DB
python manage.py migrate
  1. Run Application
python manage.py runserver

License: MIT

Please star ✨ repository if you like it. Thank you!