Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Profiling Django Middlewares - Agiliq Blog | Django web app development
-
Use Django middleware to modify requests & responses: Django built-in middleware classes, Default Django middleware classes in MIDDLEWARE_CLASSES, SessionMiddleware, CommonMiddleware, CsrfViewMiddleware, AuthenticationMiddleware, SessionAuthenticationMidd
-
django-spurl
- A Django template library for manipulating URLs -
Creating modern web applications with Django and ember.js JavaScript framework
emberjs is a new JavaScript framework for building interactive/responsive web applications. Compared to "classical" approach it removes the need to write code for AJAX requests fetching, modifying data or for example code responsible for DOM manipulation. Like in good framework we write only the code implementing our app functionality/idea. In the same category we can also find other similar frameworks like Backboje.js or Angular.js. Each has its strong and weak points. In this article I'll showcase basic ember features and ember application development process for a Django-Tastypie-Ember application. You need at least basic Django and django-tastypie knowledge (REST API-making application for your models). The whole application developed in this article can also be found on github. -
dustinfarris/ember-django-adapter · GitHub
Ember Data is a core Ember.js library that provides a store and ORM for working with your Ember models. Ember Data works with JSON API out of the box, however "Ember Data is designed to be agnostic to the underlying persistence mechanism". To that end, Ember Data encourages the use of adapters to manage communication with various backend APIs. This adapter enables the use of Django REST Framework as an API backend for Ember Data. The addon is compatible with ember-cli version 0.2.7 and higher, Ember 1.12.1 and higher, and Ember Data v1.13.5. -
Building Web Applications with Django and AngularJS | Thinkster
-
Writing your first Django app, part 2 | Django documentation | Django
-
Koed00/django-q · GitHub
RT @pycoders: django-q - A multiprocessing task queue for #Django #python -
The messages framework | Django documentation | Django
-
Middleware | Django documentation | Django
-
Django Bootstrap 3
-
Koed00/django-q · GitHub
django-q - A multiprocessing task queue for #Django #python -
caioariede/django-location-field
django-location-field - Location field and widget integrated with Google Maps -
Koed00/django-q
django-q - A multiprocessing task queue for Django -
How to Tango with Django: A Python Django Tutorial
-
“How-to” guides | Django documentation | Django
For some reason these guides aren't linked to from the main Django Documentation page. -
djangosnippets: Welcome
A site for users of the Django web framework to come together and share useful "snippets" of reusable code. -
Opbeat
-
caioariede/django-location-field · GitHub
Location field and widget integrated with Google Maps -
caioariede/django-location-field
-
Say hello to our new open-source software for loading bulk data into PostgreSQL
-
An Introduction to Emberjs for Django Developers
-
Mesos & Django (and Aurora and CircleCI too) — Michael Twomey
RT @PyLadiesDub: Slides from @pythonireland’s July meetup #TDD #Docker #Mesos #Django -
TDD using docker and pytest-compressed.pdf - Google Drive
RT @PyLadiesDub: Slides from @pythonireland’s July meetup #TDD #Docker #Mesos #Django -
YunoJuno Tech Team - Migrating to Django 1.8: a journey logbook