Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Python/Django: Running multiple commands in subprocesses | Abu Ashraf Masnun
-
Django Login/Logout Tutorial (Part 1) - Will Vincent
-
How to Create Custom Django Management Commands
Good background to making management commands for Django applications, includes information on how you add your own arguments. -
How to Install Django on Ubuntu 18.04 LTS
Django is a web application framework written in python that follows the MVC (Model-View-Controller) architecture, it is available for free and releas... -
Getting started | Django documentation | Django
-
Squish migrations in Django
Helpful answer on stackoverflow that outlines out to squish down migrations in a Django system. -
How to Create an Index in Django Without Downtime – Real Python
-
How to Create an Index in Django Without Downtime – Real Python
-
App Developers UK | Leading Software Development Agency | DabApps, Brighton, UK
-
Get Started With Django Part 1: Build a Portfolio App – Real Python
In this step-by-step tutorial, you'll learn the basics of creating powerful web applications with Django, a Python web framework. You'll build a portfolio application to showcase your web development projects, complete with a fully functioning blog. -
djangosnippets: Django nginx sendfile example
-
twoscoops/two-scoops-of-django-1.11: The issue tracker, changelog, and code repository for Two Scoops of Django 1.11
The issue tracker, changelog, and code repository for Two Scoops of Django 1.11 - twoscoops/two-scoops-of-django-1.11 -
andrewgodwin/urlman
> Contribute to andrewgodwin/urlman development by creating an account on GitHub. -
Flask vs. Django: Choose Your Python Web Framework
-
Models — Test-Driven Django Development v3.0 documentation
-
Fusionbox Blog | Using Postgres materialized views within Django
-
Overview — django-mptt 0.8.6 documentation
What is Modified Preorder Tree Traversal? MPTT is a technique for storing hierarchical data in a database. The aim is to make retrieval operations very efficient. The trade-off for this efficiency is that performing inserts and moving items around the tree is more involved, as there’s some extra work required to keep the tree structure in a good state at all times. -
Django example: adding a new non-nullable foreign key | Andrea Robertson
-
primal100/django_postgres_extensions: Extra functionality for django.contrib.postgres
-
Graphviz Online
graphic dot files into images -
Multi Choice Django Array Field
-
GRAPPELLI ADMIN INTERFACE
Grappelli Admin Interface -
deus-state-machina/README.md at master · TierMobility/deus-state-machina · GitHub
state machine for django that makes sure that you're not accidentally shooting yourself in the foot when doing things concurrently. -
How to write an API in 3 lines of code with Django REST framework
-
django-pyodbc-azure · PyPI