Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Optimizing the construction of Django QuerySets · Adam Johnson's Blog
-
Django and Model History
-
avinassh/della: Della is a Django app for managing Secret Santa/Gift Exchange.
-
How to Add User Profile To Django Admin
-
The Book
-
DjangoBook.com
-
DjangoProject.com
-
Two Scoops of Django: Best Practices for Django 1.5
-
LearnDjango.org
-
GettingStartedWithDjango.com
-
mher/flower: Real-time monitor and web admin for Celery distributed task queue
Woah, first time I've seen a "publicly" listed websocket API endpoint. Or receive task completion events in real-time: var ws = new WebSocket('ws://localhost:5555/api/task/events/task-succeeded/'); ws.onmessage = function (event) { console.log(event.data); } For more info checkout API Reference and examples. -
Getting started with Django, Docker & Rancher (Part 1)
-
Django: Under the Hood
-
Tutorial: Setting up react-router with Django
-
django/channels: Developer-friendly asynchrony for Django
Developer-friendly asynchrony for Django -
The Django admin site
-
talpor/django-dashing: django-dashing is a customisable, modular dashboard application framework for Django to visualize interesting data about your project. Inspired in the dashboard framework Dashing
-
Django Content Management System | Wagtail CMS
-
Django People
-
How to Extend Django User Model
The Django’s built-in authentication system is great. For the most part we can use it out-of-the-box, saving a lot of ... -
healthchecks.io - Monitor Cron Jobs. Get Notified When Your Cron Jobs Fail
Make a HTTP GET request to this address from your cron job, daemon, script or long running task. When this address is not requested for a set time period, you will get alerted. Below are snippets that are ready to be copy/pasted into your own scripts. -
The Changelog #229: Python, Django, and Channels with Andrew Godwin | Changelog
-
基于 Django 与Celery 实现异步队列任务
-
foxmask/django-th: Trigger Happy - take the control of your data with this opensource clone of IFTTT, a bridge between your internet services
Trigger Happy - take the control of your data with this opensource clone of IFTTT, a bridge between your internet services https://trigger-happy.eu/ -
DevFreeBooks
A collection of free books for developers