Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
HeapSort - Find Full-Stack Web Development Jobs
-
Python Django noob: custom forms, errors, and fieldsets
This post is about how I just burned several hours trying to do a few things that seemed like they should be simple but turned out to be oddly frustrating. Im sure that part of this is just not being Django-expert-enough to have seen the obvious answers but the task at hand seemed simple enough -
Django Rest Framework Docs
Document Web APIs made with Django Rest Framework. -
Tweaks for making django admin faster | ionel's codelog
-
Django QuerySet API文档 | 李坏博客
-
Django Sendfile - a wrapper around web-server specific methods for sending files to web clients
-
First Steps with Vagrant Ansible and AWS
-
Django Channels — Channels 0.2 documentation
-
Introduction to real-time web with Django — Medium
-
Optimizing slow Django REST Framework performance
-
RatticDB
RatticDB is a password management database designed for humans. We have focused on making it able to manage passwords for a team and to make that as easy as possible. We have setup a demo site so that you can evaluate whether RatticDB will suit your needs. -
akoha / django-lean / wiki / Home — Bitbucket
-
Setting up an asynchronous task queue for Django using Celery and Redis - Michał Karzyński
-
Setting Up a BDD Stack on a Django Application - Semaphore
-
Support Django | Django
I just donated to support the Django Software Foundation. Join me! #SupportDjango -
django-notify-x
- Notification system for Django -
#25677 (compilemessages throws an exception and does not report msgformat errors correctly) – Django
-
Support Django | Django
-
The Falcon Web Framework — Falcon 0.3.0 documentation
-
Django-Notify-X: Notification system for Django. — Django Notify 0.1 documentation
Notification system for Django. -
GitHub · Where software is built
-
Introduction — Django Notify 0.1 documentation
A normal web app with feature of social interaction requires to keep their users updated about recent happenings. For this, a notification system comes handy which stores numerous kinds of notifications and updates the user that a notification is received as soon as an action is performed. The sole purpose of django-notify-x is to add a facebook-like notification system functionality and give you the ability to control everything. -
Python - DjangoとCeleryでクローラを書きながら考えた由無し事 - Qiita
-
Generating LaTeX tables from CSV files
Well-described process for creating tables in LaTex using a template plus some Python/Django magic; 2010-Aug-9. -
Starting a Django Project the Right Way
Check out the new, updated version of this post with Django 1.6 specific changes and updates. One of the things I wish I had known when starting my Django project for IllestRhyme was "How do I start a real Django project".