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

Owner
Coding For Entrepreneurs
Build real projects and learn to code. Step by step. By @jmitchel3
Coding For Entrepreneurs
A django integration for huey task queue that supports multi queue management

django-huey This package is an extension of huey contrib djhuey package that allows users to manage multiple queues. Installation Using pip package ma

GAIA Software 32 Nov 26, 2022
Redia Cache implementation in django.

django-redis Recipe APP Simple Recipe app which shows different kinds off recipe to the user. Why Cache ? Accessing data from cache is much faster tha

Avinash Alanjkar 1 Sep 21, 2022
Buckshot++ is a new algorithm that finds highly stable clusters efficiently.

Buckshot++: An Outlier-Resistant and Scalable Clustering Algorithm. (Inspired by the Buckshot Algorithm.) Here, we introduce a new algorithm, which we

John Jung 1 Jul 02, 2022
A set of high-level abstractions for Django forms

django-formtools Django's "formtools" is a set of high-level abstractions for Django forms. Currently for form previews and multi-step forms. This cod

Jazzband 621 Dec 30, 2022
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing

The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries. An example o

pytest-dev 9.6k Jan 06, 2023
Django app for handling the server headers required for Cross-Origin Resource Sharing (CORS)

django-cors-headers A Django App that adds Cross-Origin Resource Sharing (CORS) headers to responses. This allows in-browser requests to your Django a

Adam Johnson 4.8k Jan 03, 2023
This is a personal django website for forum posts

Django Web Forum This is a personal django website for forum posts It includes login, registration and forum posts with date time. Tech / Framework us

5 May 12, 2022
Basic implementation of Razorpay payment gateway 💳 with Django

Razorpay Payment Integration in Django 💥 In this project Razorpay payment gateway 💳 is integrated with Django by breaking down the whole process int

ScaleReal 12 Dec 12, 2022
Django-Audiofield is a simple app that allows Audio files upload, management and conversion to different audio format (mp3, wav & ogg), which also makes it easy to play audio files into your Django application.

Django-Audiofield Description: Django Audio Management Tools Maintainer: Areski Contributors: list of contributors Django-Audiofield is a simple app t

Areski Belaid 167 Nov 10, 2022
Declarative model lifecycle hooks, an alternative to Signals.

Django Lifecycle Hooks This project provides a @hook decorator as well as a base model and mixin to add lifecycle hooks to your Django models. Django'

Robert Singer 1k Dec 31, 2022
wagtail_tenants is a Django/Wagtail app to provide multitenancy to your wagtail project.

wagtail-tenants wagtail_tenants is a Django/Wagtail app to provide multitenancy to your wagtail project. You are able to run a main Wagtail Site and f

<bbr> 11 Nov 20, 2022
Django query profiler - one profiler to rule them all. Shows queries, detects N+1 and gives recommendations on how to resolve them

Django Query Profiler This is a query profiler for Django applications, for helping developers answer the question "My Django code/page/API is slow, H

Django Query Profiler 116 Dec 15, 2022
Store events and publish to Kafka

Create an event from Django ORM object model, store the event into the database and also publish it into Kafka cluster.

Diag 6 Nov 30, 2022
Use heroicons in your Django and Jinja templates.

heroicons Use heroicons in your Django and Jinja templates. Requirements Python 3.6 to 3.9 supported. Django 2.2 to 3.2 supported. Are your tests slow

Adam Johnson 52 Dec 14, 2022
A simple polling app made in Django and Bootstrap

DjangoPolls A Simple Polling app made with Django Instructions Make sure you have Python installed Step 1. Open a terminal Step 2. Paste the given cod

Aditya Priyadarshi 1 Nov 10, 2021
A calendaring app for Django. It is now stable, Please feel free to use it now. Active development has been taken over by bartekgorny.

Django-schedule A calendaring/scheduling application, featuring: one-time and recurring events calendar exceptions (occurrences changed or cancelled)

Tony Hauber 814 Dec 26, 2022
Generate generic activity streams from the actions on your site. Users can follow any actors' activities for personalized streams.

Django Activity Stream What is Django Activity Stream? Django Activity Stream is a way of creating activities generated by the actions on your site. I

Justin Quick 2.1k Dec 29, 2022
Phoenix LiveView but for Django

Reactor, a LiveView library for Django Reactor enables you to do something similar to Phoenix framework LiveView using Django Channels. What's in the

Eddy Ernesto del Valle Pino 526 Jan 02, 2023
A ToDO Rest API using Django, PostgreSQL and Docker

This Rest API uses PostgreSQL, Docker and Django to implements a ToDo application.

Brenno Lima dos Santos 2 Jan 05, 2022
Twitter-clone using Django (DRF) + VueJS

Twitter Clone work in progress 🚧 A Twitter clone project Table Of Contents About the Project Built With Getting Started Running project License Autho

Ahmad Alwi 8 Sep 08, 2022