Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Python Programming Tutorials
-
Storing photographs using Django
-
Writing your first Django app, part 1 | Django documentation | Django
-
S3SQLite - A Serverless Relational Database
"As a spiritual descendant of our NoDB project, I've written a new server-less database engine for Django: s3sqlite. "It's a thin wrapper around the normal Django SQLite database engine, but it automatically syncs the DB file with S3. "Obviously, this will cause problems for high-write applications, but for high-read applications without concurrent writes, it scales very well, it's trivial to set up, and it's orders of magnitudes cheaper that AWS RDS." -
Django development with Docker —A completed development cycle
-
Django Admin Cookbook — Django Admin Cookbook 2.0 documentation
-
Building an API with Django REST Framework and Class-Based Views
-
Save Pandas DataFrame as Django Model | Laur IVAN
-
Quickstart for Python in the App Engine Flexible Environment | Python | Google Cloud
-
encode/apistar: A smart Web API framework, designed for Python 3. 🌟
-
BertrandBordage/django-cachalot: No effort, no worry, maximum performance.
-
GitHub - django-mptt/django-mptt: Utilities for implementing a modified pre-order traversal tree in django.
-
GitHub - django-treebeard/django-treebeard: Efficient tree implementations for Django
-
BertrandBordage/django-tree: Fast and easy tree structures.
-
Two Scoops Press: Making Python and Django as fun as ice cream
-
Dramatiq: simple task processing — Dramatiq 1.0.0 documentation
-
medium.com
-
A Complete Beginner's Guide to Django - Part 7
-
Flask Or Django? An In-Depth Comparison | Part One ― Scotch
-
Forgotten Username & Password | Treehouse Community
manage.py changepassword *username* -
Database Modelling — Django ORM Cookbook 2.0 documentation
-
Testing Django applications in 2018
-
jcalazan/ansible-django-stack: Ansible Playbook for setting up a Django app with Nginx, Gunicorn, PostgreSQL, Celery, RabbitMQ, Supervisor, Virtualenv, and Memcached. A Vagrantfile for provisioning a VirtualBox virtual machine is included as well.
-
Beginner’s Guide to Deploying a Django + PostgreSQL project on Google Cloud’s Flexible App Engine
-
Build a REST API with Django – A Test Driven Approach: Part 1