About
City Hall attachment Netflix Clone project
NOTICE
- make sure to sync changes to update the codes before adding mods
Prequisites
- python extension pack in vscode
- latest version of python (check all the boxes)
- install django in the folder (if not)
pip install django
- Windows
sudo apt install python3-django
- Linux
Modifying/running the Site
- Activate virtual environment -
source myenv/bin/activate
cd netflixClone
- change directory to main directory
- start the server
- (windows)
python manage.py runserver
- (linux)
python3 manage.py runserver