Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Creating a face detection API with Python and OpenCV (in just 5 minutes) - PyImageSearch
So you’ve just built your first awesome computer vision app. Maybe it can detect faces in images. Or maybe your app can recognize prescription pills in photos. Or maybe your computer vision app can identify the covers of top selling books, all while displaying the latest reader reviews and the cheapest websites online to purchase them. -
TaskBuster Django Tutorial | Marina Mele's site
Check out the new Django Tutorial! Learn about different environments, internationalization & localization, testing, documentation, template inheritance...! -
Django and Polymer The Basics and Vulcanizing
The home of Mike Lewis on the internet -
TaskBuster Django Tutorial | Marina Mele's site
-
Mocking files and file storage for unit testing Django models - Joe Ray
-
TaskBuster Django Tutorial | Marina Mele's site
-
djangosnippets: web-key: Base64 Shared Secret for Access Control
-
TaskBuster Django Tutorial | Marina Mele's site
Check out the new Django Tutorial! Learn about different environments, internationalization & localization, testing, documentation, template inheritance...! -
Python Weekly - Issue 191
RT @PythonWeekly: Python Weekly - Issue 191 #python #django #postgresql #flask #ipython #pycon #pydata #micropython #ubuntu #robot -
Opbeat on Twitter: "Peter Baumgartner (@ipmb) talks about #Django perf. optimization and the @lincolnloop stack -https://t.co/U7TZszB9m5 http://t.co/qf7yCGQ50F"
RT @opbeat: Peter Baumgartner (@ipmb) talks about #Django perf. optimization and the @lincolnloop stack - -
Opbeat talks to Lincoln Loop - Opbeat blog
RT @opbeat: Peter Baumgartner (@ipmb) talks about #Django perf. optimization and the @lincolnloop stack - -
How To Setup Gzip, Compressor And AWS S3 In Django
if you're looking to have a website as fast as possible for your users. A great combination of this is ... -
yandex/django_replicated - Django DB router for stateful master-slave replication
django_replicated is a Django database router designed to support more or less automatic master-slave replication. It keeps an internal state that depends on user intent to read or to write into a database. Depending on this state it automatically uses the right database (master or slave) for all SQL operations. -
Web API performance: profiling Django REST framework - DabApps, Brighton, UK
-
kennethreitz/dj-static
-
Deploying Django on AWS
make one now -
Django Hackathon Starter – Boilerplate for Django Web Applications
https://news.ycombinator.com/item?id=9538123 -
DrkSephy/django-hackathon-starter
-
TaskBuster Django Tutorial | Marina Mele's site
-
WakaTime · Django vs Flask Worksheet
-
bradjasper/django-jsonfield
-
zapier/django-rest-hooks
The best part is: by reusing Django's great signals framework, this library is dead simple. Here's how to get started: 1. Add 'rest_hooks' to installed apps in settings.py. 2. Define your HOOK_EVENTS in settings.py. 3. Start sending hooks! Using our built-in actions, zero work is required to support any basic created, updated, and deleted actions across any Django model. -
#14642 (save_as=True and generic inline in admin gives IndexError) – Django
IndexError in queryset's cache saving inline related (found when searching for same end error from formsets) -
Programmatically populating a Django database - Eli Bendersky's website
This is a quick post to demonstrate a very useful was of programmatically populating the models (i.e. database) of a Django application. -
Django: django.db.models.fields.related.ForeignObjectRel Class Reference - doxygen documentation | Fossies Dox
Diagrams show inheritance tree...