Netflix website build with Pure django and Django Template Language. It display cached images to improve the performance of site.
- python 3.11
- git clone the repository
https://github.com/BhuwanPandey/netflix.git
- cd into netflix
cd netflix
- Create a virtual env
python -m venv env
- Activate env
env\scripts\activate
- Install Dependancies
pip install -r requirements.txt
- Make Migrations
python manage.py makemigrations
- Migrate DB
python manage.py migrate
- Run Application
python manage.py runserver