Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Django-MySQL Documentation — Django-MySQL 1.1.0 documentation
Django-MySQL is a non-inventively named package that helps you use some MySQL/MariaDB-specific features in the world of Django. -
Pushing the boundaries of the Django admin - Potato
-
Deploying Django + Python 3 + PostgreSQL to AWS Elastic Beanstalk - Real Python
-
Hitch Test
An integration testing framework -
rossp.org - Key-based cache expiration with Django
-
Welcome to django-autocomplete-light’s documentation! — django-autocomplete-light 3.1.7 documentation
-
glasslion/django-qiniu-storage: Django storage for qiniu
-
Django Logging Configuration: How the Default Settings Interfere with Yours | Caktus Group
-
matthewwithanm/django-imagekit: Automated image processing for Django. Currently v3.0
-
API Reference | Django documentation | Django
-
“How-to” guides | Django documentation | Django
-
General Index | Django Documentation | Django
-
django-leonardo/django-leonardo: CMS for everyone, easy to deploy and scale, robust modular system with many packages. https://packages.leonardo-cms.org/
-
Built-in template tags and filters | Django documentation | Django
This document describes Django’s built-in template tags and filters. It is recommended that you use the automatic documentation, if available, as this will also include documentation for any custom tags or filters installed. -
mozilla/elasticutils: [deprecated] A friendly chainable ElasticSearch interface for python
-
Asynchronous Tasks with Django and Celery - Real Python
-
thorgate/djangocms-onepage-example
-
#19842 (annotate()-based solution to distinct and order_by problem) – Django
-
Using Webpack transparently with Django + hot reloading React components as a bonus - Owais Lone
-
How To Set Up Django with Postgres, Nginx, and Gunicorn on Ubuntu 16.04 | DigitalOcean
In this guide, we will demonstrate how to install and configure some components on Ubuntu 16.04 to support and serve Django applications. We will be setting up a PostgreSQL database instead of using the default SQLite database. We will configure the Gunicorn application server to interface with our applications. We will then set up Nginx to reverse proxy to Gunicorn, giving us access to its security and performance features to serve our apps. -
How To Install the Django Web Framework on Ubuntu 16.04 | DigitalOcean
There are a number of different ways in which you can install Django depending upon your needs and how you want to configure your development environment. These have different advantages and one method may lend itself better to your specific situation than others. -
Django Logging Configuration: How the Default Settings Interfere with Yours | Caktus Group
-
Django Channels and Celery Example - Vincent Zhang
-
DjangoCon US 2016 - YouTube
DjangoCon US 2016 Videos Online #Django #DjangoCon #Python -
Things You Must Know About Django Admin As Your App Gets Bigger — Medium