Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
brutasse/django-push
PubSubHubbub support for Django -
Stealthy Django Deployments - Safari Blog
-
Offloading Websockets and Server-Sent Events AKA “Combine them with Django safely” — uWSGI 2.0 documentation
-
jrief/django-websocket-redis
django-websocket-redis - Websockets for Django applications using Redis as message queue -
twitter bootstrap - Displaying multiple Rows and Columns in django-crispy-forms - Stack Overflow
-
Programmer blog: Users, Groups and their Permissions in Django Recipes
-
Programmer blog: Users, Groups and their Permissions in Django Recipes
-
djangosnippets: Welcome
Welcome to Djangosnippets.org, a site for users of the Django web framework to come together and share useful "snippets" of reusable code. -
django Forms in a Web API World
django forms are becoming disconnected form the frontend as we move towards API heavy systems. We attempt to bridge the gap by delivering form definition over API, render it in the frontend -
Caktus Group : Using Amazon S3 to Store your Django Site's Static and Media Files
-
ierror/django-js-reverse
Django JS Reverse is a small django app that makes url handling of named urls in javascript easy and non-annoying.. For example you can retrieve a named url: urls.py: url(r'^/betterliving/(?P[-\w]+)/(?P\d+)/$', 'get_house', name='betterliving_get_house'), in javascript like: Urls.betterliving_get_house('house', 12) Result: /betterliving/house/12/ -
django-oscar/django-oscar · GitHub
-
django-oscar/django-oscar · GitHub
-
How do I create and update embedded documents with MongoEngine? - Quora
-
How do I create and update embedded documents with MongoEngine? - Quora
-
python - Using Sql Server with Django in production - Stack Overflow
PyODBC -
Task Cookbook — Celery 3.1.17 documentation
-
Fanout
PubSub service, like Pusher. Can sit in front of django as a transparent websockets proxy (see http://blog.fanout.io/2014/11/06/building-a-realtime-api-in-django/) -
Django Videos, Tutorials and Screencasts
-
Maintaining Your Sanity
building open source libraries -
Fanout Blog » Building a realtime API in Django
-
Making your Django app more pluggable
-
Caktus Group : Making your Django app more pluggable
-
Django, how to do CRUD with django-mptt? (SOLVED) - Stack Overflow
-
python - django object is not JSON serializable error after upgrading django to 1.6.5 - Stack Overflow