Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Terrible choices: MySQL | ionel's codelog
-
Terrible choices: MySQL | ionel's codelog
Handy tip for making MySQL behave more like a real database (specifically, with Django) -
rosarior/awesome-django · GitHub
-
How To Migrate to a Custom User Model — django-authtools documentation
-
Terrible choices: MySQL | ionel's codelog
-
Terrible choices: MySQL | ionel's codelog
-
Terrible choices: MySQL | ionel's codelog
-
Building a Hacker News clone in Django
-
Recreating the “Building a Blog in Django” Screencast
-
Terrible choices: MySQL | ionel's codelog
-
Terrible choices: MySQL | ionel's codelog
-
python3 - Djangoシグナル登録の簡単なまとめ - Qiita
-
python3 - Djangoシグナル登録の簡単なまとめ - Qiita
-
Fun with Django storage backends // James Aylett's diary
-
Fun with Django storage backends // James Aylett's diary
-
DjangoのOSSメモ - Qiita
-
DjangoのOSSメモ - Qiita
-
Terrible choices: MySQL | ionel's codelog
-
2014 — Django Development Mistakes in 2014 — Computer Science, Math, and Statistics — Medium
-
Homepage | Celery: Distributed Task Queue
-
mtford90/silk · GitHub
Silk -
pdb: Using the Python debugger in Django - Minutiæ by Mike Tigas
-
sys-admin.kz
-
sys-admin.kz
-
Django Model Descriptors
How can we enhance our Django model fields to act beyond simple database types to encapsulate their associated business logic? Leveraging Python's descriptor protocol, we provide additional processing on retrieval and update to allow more re-usable fields.