Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Learn Django Web Framework (Python)
Django is an extremely popular and fully featured server-side web framework, written in Python. This module shows you why Django is one of the most popular web server frameworks, how to set up a development environment, and how to start using it to create your own web applications. -
Quickstart — django-grpc-framework 0.2 documentation
-
Strict ForeignKeys
-
mod_wsgi-express
With mod_wsgi-express you can deploy django with apache web server with 2-3 simple commands. The best of all - zero Apache configuration is required! This is so called express deployment. In this screencast you will learn about mod_wsgi-express. -
Quickstart: Compose and Django | Docker Documentation
-
Django Crash Course: Covers Python 3.8 and Django 3.x - Beta Version – Feldroy
-
Simpdf: Simple PDF text editor (Django/React)
https://news.ycombinator.com/item?id=23366532 -
Contributing to classiness (in Django)
-
My Python Development Environment, 2020 Edition | Jacob Kaplan-Moss
-
Twitter
RT @webology: 👋 hi friend, if you need a good #django and #python dev, give @phoikoi a DM. -
bilbeyt/django-fast-pagination: Django Fast Paginator - Faster Queries For Large Databases
-
Flimm/django-fullurl: Adds three template tags: `fullurl`, `fullstatic` and `buildfullurl`. The template tag `fullurl` acts just like `url`, but it always prints absolute URLs with scheme and domain
-
Django Tutorial Part 9: Working with forms - Learn web development | MDN
-
Caching and scaling for Django | Eralp Bayraktar - Python/Django Developer
-
Stefano Dissegna - Bulk Inserts Performance with Django and PostgreSQL
-
Simple Django deployment: a guide
You're learning web development with Django. You've followed the official introductory tutorial and you can get a Django app working on your local computer. Now you want to put your web app onto the internet. Maybe it's to show your friends, or you actually want to use it for something, or maybe you just want to learn how to deploy Django apps -
My Favorite Django Packages in 2019 · vsupalov.com
-
Writing your first Django app, part 1 | Django documentation | Django
-
A gentle reminder that Django can be as minimal as you want it to be : django
-
How to Write an Installable Django App
-
In Production with Apache Web Server
Apache HTTP Server is without doubt one of the best web server available. In this screencast you will learn first of all why to consider apache for production, you will learn some important concepts which will ease you friendship with Apache and most importantly how to quickly deploy a django project with Apache Web Server. -
Creating Conditionally Required Fields in Django Forms | Fusionbox
-
Dockerize your Django Application | Runnable Docker Guides
-
Django inline formsets with Class-based views and crispy forms - DEV
-
Django Inline formsets example: mybook - Daniel Chen - Medium