Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Starting with Stripe.js - GoDjango.com
-
Caktus Group : Getting Started Scheduling Tasks with Celery
-
mtford90/silk · GitHub
-
Continuous integration with travis and coveralls.io for Django apps - Agiliq Blog | Django web app development
-
etianen/django-usertools · GitHub
-
theospears/django-speedbar · GitHub
-
Sortify - Depain your Playlist
-
Django REST framework 3 | Hacker News
-
George London's Blog - The Idiomatic Guide to Deploying Django in Production
-
Bulk Upgrading Django Sites
-
python - Realtime options (Websockets, flash, polling) for Django? - Stack Overflow
-
ArunRocks - Building a Hacker News clone in Django - Part 1
-
django-debug-toolbar/django-debug-toolbar
-
The best (and worst) of Django // Speaker Deck
-
aaugustin/django-userlog
django-userlog is a lightweight solution to see in real-time how a given user is browsing a Django website. The intended use case is live customer support. -
Deferred tasks and scheduled jobs with Celery, Django and Redis
-
The Browsable API - Django REST framework
-
Django Inclusion tags
@register.inclusion_tag('results.html') def show_results(poll): choices = poll.choice_set.all() return {'choices': choices} -
Wagtail Django CMS: a fresh take on content management
-
incuna/incuna-mail
-
Django REST framework 3 by Tom Christie — Kickstarter
#Django REST framework 3 Kickstarter! -
Don't use Gunicorn to host your Django sites on Heroku
Gunicorn is a pure-Python HTTP server that’s widely used for deploying Django (and other Python) sites in production. Heroku is an excellent … -
Getting Started With Django: A Crash Course — Getting Started With Django: A Crash Course 1.0 documentation
Repository: https://github.com/kennethlove/practice-pycon -
Getting Started With Django: A Crash Course
Repository: https://github.com/kennethlove/practice-pycon -
reactjs/react-python