Skip to content

Netflix Python Django Project is a streaming platform built with Python and Django. It features user authentication, a dynamic content library, and a responsive design for an intuitive viewing experience. The project is optimized for performance and scalability, making it a great foundation for streaming services.

Notifications You must be signed in to change notification settings

alanchrissantony/Netflix-Python-Django

Repository files navigation

Netflix

OTT streaming platform

Table of contents

Introduction

A streaming service built with Python Django that provides a wide range of award-winning TV shows, movies, animations, documentaries, and other content.

NOTE: Please read the RUN section before opening an issue.

Demo

The app provides a wide range of award-winning TV series, movies, animations, and documentaries.

In order to access the admin panel on "/admin"

Run

  • SQLITE_URI: this is the connection string of your Sqlite database.

Now you can run "python manage.py runserver" in the terminal and the application should work.

Technology

The application is built with:

  • Django version 4.0.2
  • Sqlite version 3.31.1
  • Allauth version 0.49.0
  • Tailwind CSS version 3.0.23
  • Ionicons version 5.5.2

Features

Users can do the following:

  • Create account, login or logout
  • Create profiles
  • Watch movies, animation, TV series and documentaries.

Database

All the models can be found in the models directory created using sqlite DB.

User:

  • username (String)
  • password (String)

Movie:

  • title (String)
  • imagePath (String)
  • description (String)
  • type (String)
  • category (String)
  • createdAt (Date)

Profile:

  • name (String)
  • category (String)

Alan Chris Antony

About

Netflix Python Django Project is a streaming platform built with Python and Django. It features user authentication, a dynamic content library, and a responsive design for an intuitive viewing experience. The project is optimized for performance and scalability, making it a great foundation for streaming services.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published