Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
django-mptt 0.6.1 : Python Package Index
django-mptt -
Django views automated testing with selenium — Medium
-
Django views automated testing with selenium — Medium
-
Decorators in Django « François Gaudin
-
Decorators in Django « François Gaudin
-
Restricting Access by Group in Django
-
Restricting Access by Group in Django
-
Usando AngularJS com Django | Blog da Concrete
-
Usando AngularJS com Django | Blog da Concrete
-
dcramer/django-devserver
-
Cassandra vs MongoDB vs CouchDB vs Redis vs Riak vs HBase vs Couchbase vs Hypertable vs ElasticSearch vs Accumulo vs VoltDB vs Scalaris comparison :: Software architect Kristof Kovacs
-
ojii/django-sekizai - Django Template Blocks with extra functionality
Sekizai uses render_block and addtoblock to handle unique code snippets. Define your blocks using {% render_block %} and add data to that block using {% addtoblock [strip] %}...{% endaddtoblock %}. -
Celery: Distributed Task Queue
Celery is an asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. The execution units, called tasks, are executed concurrently on a single or more worker servers using multiprocessing, Eventlet, or gevent. Tasks can execute asynchronously (in the background) or synchronously (wait until ready). Celery is used in production systems to process millions of tasks a day. -
Odyssey Through Three Web Frameworks: Rails, Clojure, Django | The Poetry of Computer Science
-
QuerySet API reference | Django documentation | Django
-
Simple Django Queryset Tips
-
Installation — ImageKit 3.2.6 documentation
-
Introduction to Django: Part 1 – Netorials
-
My journey from Plone to Flask - a Python Web Application Framework Odyssey
-
My approach to Class Based Views - All Unkept
-
Django patterns, part 2: efficient reverse lookups
One of the main sources of unnecessary database queries in Django applications is reverse relations. By default, Django doesn't do anything to follow relations across models. -
Misconceptions with select_related in Django
-
DjangoTricks: How to Find the Performance Bottlenecks in Your Django Views?
-
coderwall.com : establishing geek cred since 1305712800
-
epantry/django-sql-explorer
Django SQL Explorer is inspired by Stack Exchange's Data Explorer and is designed to make the flow of data between people in your company fast, simple, and confusion-free. Quickly write and share SQL queries in a clean, usable query builder, preview the results in the browser, share links to download CSV files