diff options
| author | alexpdp7 <alex@pdp7.net> | 2025-02-23 13:15:24 +0100 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2025-02-23 13:16:06 +0100 |
| commit | b757281957c945f0a6c668b030b301933619a926 (patch) | |
| tree | 135b3f3db66f2fa9f61575953164975a976a5cf4 /programming | |
| parent | d28f8c4deaed592999047d5bfdd7641c284c19d8 (diff) | |
Link Django training wheels
Diffstat (limited to 'programming')
| -rw-r--r-- | programming/python/about_django.md | 3 |
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. |
