Building a crappy netflix clone.
To install this project on your local machine:
- Fork, clone or download this project
- (Optional) Open and configure the python interpreter if it has not pre-configured for this project
- To install the project requirements or dependencies run:
pip install -r requirements.txtinside the project terminal or bash - Run migrate for the database:
python manage.py migrate - Run the project:
python manage.py runserver
- :)
- dev journal - 1pm on 13/aug/2020
- 4pm 13/Aug/2020