From: alexpdp7 Date: Sun, 23 Feb 2025 12:15:24 +0000 (+0100) Subject: Link Django training wheels X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=b757281957c945f0a6c668b030b301933619a926;p=alex.git Link Django training wheels --- diff --git a/programming/python/about_django.md b/programming/python/about_django.md index 6255977..f33708b 100644 --- a/programming/python/about_django.md +++ b/programming/python/about_django.md @@ -15,6 +15,9 @@ Therefore, I lean towards using frameworks that provide more batteries in most c In fact, most of the complaints described in this document are caused by Django having too few batteries, not too many! +> [!TIP] +> [Django training wheels](https://github.com/alexpdp7/django-tws) is my project in alpha to address some of those shortcomings. + ## The Django admin Besides including more batteries than most other frameworks, and being in general a well-engineered framework in my opinion, Django includes the admin.