aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--programming/python/about_django.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/programming/python/about_django.md b/programming/python/about_django.md
index 62559776..f33708bc 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.