Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Current Django Books – Two Scoops Press
Django web framework books that are current, deprecated, and outdated. -
Docker , the future of Virtualization for your Django web development | impythonist
-
Docker , the future of Virtualization for your Django web development | impythonist
d -
Python's Web Framework Benchmarks
-
mrben - A reusable confirm field-update pattern for Django
RT @pycoders: A reusable confirm field-update pattern for #Django #python -
Erik's pony checkup
Mentioned at Djangocon - it'll do some basic checks of security of Django-based website. -
Getting Started with Django Rest Framework and AngularJS
-
django-webtest 1.7.8 : Python Package Index
-
Current Django Books – Two Scoops Press
-
How To Use the Django One-Click Install Image | DigitalOcean
-
Development Environments with Vagrant and Ansible
-
Django Code of Conduct | Django
-
Supercharging get_next_by_FOO : orestis.gr
-
Graham Dumpleton: Hosting Python WSGI applications using Docker.
mod-wsgi-docker -
Packaging Django applications into Docker container images - Michał Karzyński
docker run -i -t ubuntu:14.04 /bin/bash -
DevFreeCasts
-
django-fts - Generic Full Text Search engine for Django projects - Google Project Hosting
-
QuerySet API reference | Django documentation | Django
On PostgreSQL only, you can pass positional arguments (*fields) in order to specify the names of fields to which the DISTINCT should apply. This translates to a SELECT DISTINCT ON SQL query. Here’s the difference. For a normal distinct() call, the database compares each field in each row when determining which rows are distinct. For a distinct() call with specified field names, the database will only compare the specified field names. -
Django Channels Proposal
-
Using Amazon S3 to Store your Django Site's Static and Media Files | Caktus Group
-
Developing Django project with SaltStack
Let's use Messaging System as an example of Django project. I want it to run in VirtualBox which is managed by Vagrant. Infrastructure management is provided by SaltStack. -
Brobin/django-seed · GitHub
-
Fixed #24914 -- Added authentication mixins for CBVs · django/django@e5cb4e1 · GitHub
RT @m_holtermann: Permission mixins for CBVs landed in #django. Thanks @_rami_ for the initial work, django-braces for the inspiration -
SQLAlchemy and You | Armin Ronacher's Thoughts and Writings
-
Django Channels Proposal
RT @siloraptor: Django Channels Proposal, going beyond the request-response cycle #python #django