Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Using Leaflet with GeoDjango for Geospatial Data Enabled Applications | Tivix
There are many use cases that require working with geospatial data in your Django app. Displaying information based on an object's geolocation is a po -
Storing private files on Amazon S3 with Django and giving authorised users temporary access (Phil Gyford’s website)
If you’re using Amazon S3 to store your website’s files, and you want some of them to be private, only accessible to certain users, and particularly if you’re using Django, here’s how. -
Django: How to get current user in admin forms - Stack Overflow
-
Performance & Usage at Instagram | Engineering Blog | Instagram Engineering | Facebook
-
Ember Django Adapter
-
Blog | Machinalis
-
Introduction to Django channels
PyPi -
Bootstrap 3 Tutorial
-
Blog | Machinalis
-
Blog | Machinalis
-
Django Channels — Channels 1.0 documentation
-
Performance
-
JSON Web Token based Authentication Backend for Django Project
JSON Web Token based Authentication Backend for Django Project #python #django #json #tutorial #learning -
Quickstart: Compose and Django
Getting started with Docker Compose and Django -
How to keep Celery running with supervisor - Thomas Sileo
-
JSON Web Token based Authentication Backend for Django Project
Sample JSON Web Token Authentication mechanism with the Django Web Framework -
Kathleen's projects and stuff: Using IPython Notebook with Django on a remote server
-
Models | Django documentation | Django
-
Deployment Diagram - Django with Docker | Manuel Morejón
-
Django Rest Framework - JSON Web Token Authentication
A Django implementation of JSON Web Token Authentication (https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32). -
python 2.7 - Django Rest Framework requesting authentication on AllowAny setting - Stack Overflow
REST_FRAMEWORK = { 'DEFAULT_PERMISSION_CLASSES': [], 'DEFAULT_AUTHENTICATION_CLASSES': [], } -
python - How do I create a login API using Django Rest Framework? - Stack Overflow
-
Revolution blahg | The origins of the class Meta idiom in python
-
thraxil.org: Using Make with Django
In particular, tips for conveniently and reliably updating your project's virtualenv. -
Programmatically populating a Django database - Eli Bendersky's website