Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Handling environment variables with multiple Django instances - WebFaction Community
-
Django-River : Workflow library
River is a open source workflow system for Django which support on the fly changes on every item in workflow instead of hardcoding states and transitions. Main goal of developing this framework is to be able to edit any workflow item on the fly. This means, all elements in workflow like states, transitions, user authorizations(permission), group authorization are editable. To do this, all data about the workflow item is persisted into DB. Hence, they can be changed without touching the code and re-deploying your application. -
Build an IVR system with Twilio and Django
-
JSON Web Tokens authentication on Django Channels
-
Using docker for django development – Dbof's Blog
-
Frequently Asked Questions — Channels 1.0 documentation
-
Taming Complexity with Django and React.js at DjangoCon Europe 2014 | Lanyrd
-
Making Ember and Django play nicely together: a to-do app walkthrough – SmallSureThing
Excellent walk through of integrating django and ember. -
Working with Environment Variables in Python - GoDjango
Very good article -
Using Django Channels as an Email Sending Queue - WordFugue
-
Django channels
-
Pinax Project · GitHub
-
GitHub - andrewgodwin/daphne: Django Channels HTTP/WebSocket server
negotiation -
Django & postgres & SSL · Homepage of Hynek Schlawack
-
miki725/django-rest-framework-bulk: Django REST Framework bulk CRUD view mixins
-
Initial Data in Django | Caktus Group
I've struggled to find an ideal way to load initial data for Django projects. By “initial data,” I'm referring to the kind of data that you need on a new sy... -
Making Ember and Django play nicely together: a to-do app walkthrough – SmallSureThing
-
pydanny/cookiecutter-django: Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
-
Tutorial: How to build a Facebook Messenger bot using Django, Ngrok - Blog - Abhay Kashyap
-
python - Case insensitive unique model fields in Django? - Stack Overflow
-
Adding SASS to your Django Projects => Productively Distracted
-
Caching best practices & max-age gotchas - JakeArchibald.com
-
Deploying a Django App to AWS Elastic Beanstalk using Docker
In this tutorial you will learn the fundamentals of Docker while deploying a Django project to AWS Elastic Beanstalk. In future tutorials (part 2 coming soon) you will build on what you've already learned while incorporating best practices and speeding up your deployment. -
Make your Django Query Logic DRYer
-
WhiteNoise — WhiteNoise 3.0 documentation