Skip to content

fayomihorace/django-netflix-clone

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

django-netflix-clone

A simple full-stack clone of Netflix website using Django.

This project is the result of this Dev.to tutorial Build a Netflix clone with Django (Complete beginner course).

Demo

https://morning-tree-7095.fly.dev/

If you're already familiar with Django, you don't need to follow the tutorial. Just follow these few step:

Setup the project

  • virtualenv venv (make sure you have virtualenv installed)
  • source venv/bin/activate
  • pip install -r requirements.txt
  • python manage.py migrate

Load fixtures (Optional)

  • python manage.py loaddata netflix/fixtures/initial.json

Create superuser (Optional)

  • python manage.py createsuperuser

Start the developement server

  • python manage.py runserver

Run tests

  • python manage.py test

About

A simple full-stack clone of Netflix website using Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published