Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
How to Create a Subscription SaaS Application with Django and Stripe | SaaS Pegasus
-
lorinkoz/django-unmigrate: Smart reversion of Django migrations based on Git diff
Smart reversion of Django migrations based on Git diff - lorinkoz/django-unmigrate -
Old box, dumb code, few thousand connections, no big deal | Hacker News
-
Recurring Payments with Paypal
This lesson is all about Paypal integration with Django for subscription based payments. -
nishantwrp/drf-starter-template: DRF Starter Template with drf-yasg, heroku deployment ready config, CORS config
-
VyControl
-
vycontrol/vycontrol: vyos frontend
prototype webUI for VyOS 1.3 -
Will Vincent
-
Guide to using Django with Zappa
-
Miserlou/Zappa: Serverless Python
Django Zappa Guide -
Twitter
This escalated quickly. I asked some folks in the #Django sub-reddit if they wanted to be on my podcast to talk about how they've built, deployed and run a Django app in production. I woke up to 28 submissions which is 7 months worth of weekly episodes. Thanks so much everyone! -
How to Create a Subscription SaaS Application with Django and Stripe | SaaS Pegasus
-
Using webpack with Django: it's not easy as you think
-
Basic Performance Optimization in Django - Ryley Sill - Medium
-
Resetting Django Migrations | Techiediaries
find . -path "*/migrations/*.pyc" -delete -
Stripe Payments - Part 2 (includes 3D secure)
This lesson is a continuation of previous one. In this screencast we take care of subscription objects and include in scenario 3D secure payments (SCA). -
Serverless Django with PostgreSQL with Cloud SQL and Cloud Run | Post | Coding For Entrepreneurs
-
rest - Secure authentication between ReactJS and Django - Stack Overflow
-
Continuously Deploying Django to AWS EC2 with Docker and GitLab | TestDriven.io
-
Database schema for Django - DrawSQL
Visualise the database structure for Django or browse 100+ other DB diagrams on DrawSQL -
How Django Uses Metaclasses For Data Modelling - The Startup - Medium
-
hishnash/djangochannelsrestframework: A Rest-framework for websockets using Django channels-v2
A Rest-framework for websockets using Django channels-v2 -
How Django Uses Python Properties and Descriptors - Yu Chen - Medium
-
Django Polls Tutorial API | LearnDjango
-
How to Score A+ for Security Headers on Your Django Website - Adam Johnson