Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Python Weekly - Issue 224
RT @PythonWeekly: Python Weekly - Issue 224 #python #django #tensorflow #pygame #opencv #ipython #tshirt #flask #game #docker #cpython -
Installing Wagtail
-
Using Amazon S3 to Store your Django Site's Static and Media Files | Caktus Group
-
George London's Blog - The Idiomatic Guide to Deploying Django in...
-
mod wsgi - when configuring mod_wsgi for django 1.4 apache fails to start on mac osx after adding WSGIPythonPath to the virtual host config - Stack Overflow
-
django - Target WSGI script cannot be loaded as Python module - Stack Overflow
-
How to use Django with Apache and mod_wsgi | Django documentation | Django
-
Tutorial : Implementing Django Formsets | Nicole Harris
What Does a Formset Do? Formsets are for dealing with sets of identical data. For example in Connect, I have a form where the user can save multiple links to their public profile, with each link having both a URL and an anchor: -
Beginning BDD with Django - Part One | Nicole Harris
-
How To Create Installable, Reusable Django Packages
-
PostgreSQL specific aggregation functions | Django documentation | Django
Awesome statistics functions in particular! Built in linear regression, etc. -
George London's Blog - The Idiomatic Guide to Deploying Django in...
-
Object-oriented programming concepts: Inheritance | Adobe Developer Connection
-
Writing your first Django app, part 1 | Django documentation | Django
-
Django settings | Django documentation | Django
-
10 Most Popular Django Library Started in 2015
-
Django Q
Django Q is a native Django task queue, scheduler and worker application using Python multiprocessing. -
Django Channels
Channels is a project to make Django able to handle more than just plain HTTP requests, including WebSockets and HTTP2, as well as the ability to run code after a response has been sent for things like thumbnailing or background calculation. -
Fixing Database Connections in Django Craig Kerstiens
-
Concurrency and Database Connections in Django | Heroku Dev Center
It is possible for connections to hang, or be placed in a “bad” state. This means that the connection will be unusable, but remain open. If you are running a multi-process web server such as Gunicorn this could mean that over time a 3 worker dyno which normally consumes 3 database connections could be holding as many as 15 connections (5 default connections per pool times 3 workers). To limit this threat lower the connection pool to 1 or 2. -
Silver - Django automated billing with an API
-
Development and Deployment of Cookiecutter-Django via Docker - Real Python
-
whitenoise 2.0.6 : Python Package Index
-
Using Amazon S3 to Store your Django Site's Static and Media Files | Caktus Group
-
Silver - Presslabs