Create a netflix-like service using Django, React.js, & More.

Overview

DjangoFlix Logo

DjangoFlix

Create a netflix-like service using Django, React.js, & More.

Lectures

1 - Welcome - No code

2 - Walkthrough - No code

3 - Setup Project & Workspace

4 - Craft To Do List

5 - django-admin startproject djangoflix

6 - Videos App

7 - Our First Migration & Superuser - No code

8 - Installing our Model

9 - Your First TestCase

10 - Breaking Tests & Migrations Basics

11 - Video Model to Django Admin

12 - Django Admin Model Proxy

13 - Customize the Django Admin

14 - CharField Choices for Publishing Videos

15 - Test Publish State Options

16 - Slug, Timestamp, & Updated Fields

17 - Custom Managers & QuerySets

18 - Using Django Signals

19 - Playlists & Foreign Keys

20 - Understanding Foreign Keys with the Admin

21 - Django-Managed Python Shell to explore Foreign Keys

22 - Related Names & ManyToManyField

23 - More on ManyToMany Fields

24 - Ordering ManyToMany with Through Model

25 - Tabular Inline in the Admin for ManyToMany

26 - Updated Tests for Through Model

27 - Playlists of Playlists

28 - TV Show Playlist Proxies for Admin

29 - Playlist Type Choices and Why

30 - Saving Playlist Type via Proxy

31 - Categories

32 - ContentTypes & Generic Foreign Keys

33 - Reverse Relationship for Generic Foreign Keys

34 - Testing Generic Foreign Keys

35 - User Ratings Model

36 - Testing User Ratings

37 - QuerySet Aggregation for Average Rating

38 - Templates & Base Template

39 - Movies & TV Show List Views

40 -List View Template

41 - Proxy Model Tests

42 - URL Routing

43 - Detail Views

43 - Detail Views

44 - Get Object Exception Handling

45 - Unique Slug Utility & Signal Receiver

46 - Instance Methods for Videos

47 - Video Embeds in Templates

48 - Related Playlists Field

49 - Home View & Get Absolute Url

50 - Category Views

51 - Tagged Item Views

52 - Search View

53 - Test Views

54 - Inclusion Template Tag for Ratings

55 - Ratings Form

You might also like...
Django URL Shortener is a Django app to to include URL Shortening feature in your Django Project

Django URL Shortener Django URL Shortener is a Django app to to include URL Shortening feature in your Django Project Install this package to your Dja

 Adding Firebase Cloud Messaging Service into a Django Project
Adding Firebase Cloud Messaging Service into a Django Project

Adding Firebase Cloud Messaging Service into a Django Project The aim of this repository is to provide a step-by-step guide and a basic project sample

scaffold django rest apis like a champion 🚀
scaffold django rest apis like a champion 🚀

dr_scaffold Scaffold django rest apis like a champion ⚡ . said no one before Overview This library will help you to scaffold full Restful API Resource

Django's class-based generic views are awesome, let's have more of them.

Django Extra Views - The missing class-based generic views for Django Django-extra-views is a Django package which introduces additional class-based v

Tools to easily create permissioned CRUD endpoints in graphene-django.

graphene-django-plus Tools to easily create permissioned CRUD endpoints in graphene-django. Install pip install graphene-django-plus To make use of ev

A beginner django project and also my first Django project which involves shortening of a longer URL into a short one using a unique id.

Django-URL-Shortener A beginner django project and also my first Django project which involves shortening of a longer URL into a short one using a uni

A starter template for building a backend with Django and django-rest-framework using docker with PostgreSQL as the primary DB.

Django-Rest-Template! This is a basic starter template for a backend project with Django as the server and PostgreSQL as the database. About the templ

Django-discord-bot - Framework for creating Discord bots using Django

django-discord-bot Framework for creating Discord bots using Django Uses ASGI fo

Django-Text-to-HTML-converter - The simple Text to HTML Converter using Django framework

Django-Text-to-HTML-converter This is the simple Text to HTML Converter using Dj

Comments
  • 🚨 Potential Improper Access Control

    🚨 Potential Improper Access Control

    👋 Hello, @codingforentrepreneurs - a potential critical severity Improper Access Control vulnerability in your repository has been disclosed to us.

    Next Steps

    1️⃣ Visit https://huntr.dev/bounties/1-other-codingforentrepreneurs/DjangoFlix for more advisory information.

    2️⃣ Sign-up to validate or speak to the researcher for more assistance.

    3️⃣ Propose a patch or outsource it to our community - whoever fixes it gets paid.


    Confused or need more help?

    • Join us on our Discord and a member of our team will be happy to help! 🤗

    • Speak to a member of our team: @JamieSlome


    This issue was automatically generated by huntr.dev - a bug bounty board for securing open source code.

    opened by huntr-helper 0
Owner
Coding For Entrepreneurs
Build real projects and learn to code. Step by step. By @jmitchel3
Coding For Entrepreneurs
Django React Flight Rezervation

Django Intro & Installation python -m venv venv source ./venv/Scripts/activate pip install Django pip install djangorestframework pip install python-d

HILMI SARIOGLU 2 May 26, 2022
Django React - Purity Dashboard (Open-Source) | AppSeed

Django React Purity Dashboard Start your Development with an Innovative Admin Template for Chakra UI and React. Purity UI Dashboard is built with over

App Generator 19 Sep 19, 2022
This is a simple Todo web application built Django (back-end) and React JS (front-end)

Django REST Todo app This is a simple Todo web application built with Django (back-end) and React JS (front-end). The project enables you to systemati

Maxim Mukhin 5 May 6, 2022
Automatic class scheduler for Texas A&M written with Python+Django and React+Typescript

Rev Registration Description Rev Registration is an automatic class scheduler for Texas A&M, aimed at easing the process of course registration by gen

Aggie Coding Club 21 Nov 15, 2022
Django React Project Setup

Django-React-Project-Setup INSTALLATION: python -m pip install drps USAGE: in your cmd: python -m drps Starting fullstack project with Django and Reac

Ghazi Zabalawi 7 Feb 6, 2022
React.JS - Django Application Template

OTS React.JS - DJango Web Application (UNTESTED) This repository servers as a template for creating React.JS - Django Web Applications. Note that the

Darryl See Wei Shen 5 Aug 19, 2022
Django Rest Framework + React application.

Django Rest Framework + React application.

null 2 Dec 19, 2022
DRF_commands is a Django package that helps you to create django rest framework endpoints faster using manage.py.

DRF_commands is a Django package that helps you to create django rest framework endpoints faster using manage.py.

Mokrani Yacine 2 Sep 28, 2022
Django project starter on steroids: quickly create a Django app AND generate source code for data models + REST/GraphQL APIs (the generated code is auto-linted and has 100% test coverage).

Create Django App ?? We're a Django project starter on steroids! One-line command to create a Django app with all the dependencies auto-installed AND

imagine.ai 68 Oct 19, 2022
Notes-Django: an advanced project to save notes in Django. where users are able to Create, Read, Update and Delete their notes.

An advanced software to keep you notes. It allows users to perform CRUD operations on theirs Notes. Was implemented Authorization and Authentication

Edilson Pateguana 1 Feb 5, 2022