Added link on phone, needs reformatting. - online edit of handbook/troggle/trogdjango.html

This commit is contained in:
2025-09-08 08:16:58 +01:00
committed by Expo on server
parent 36df231d98
commit b777c81618

View File

@@ -91,7 +91,9 @@ and also much more about the manipulation of QuerySets:
<p>Some of the more bizarre data model structures are probably fossils from Django v0.6, e.g. the separate classes that join Entrances to Caves. We haven't got to the bottom of all these yet.
<h4>Django Forms</h4>
<p>TLDR: Just don't. Django has several generations of quite different clever mechanisms to make creating HTML forms "easier". Yes, making them might be easier, but maintaining this opinionated stuff is a nightmare. Really don't.
<p>TLDR: Just don't.
https://www.loopwerk.io/articles/2025/django-views/?utm_source=www.pythonweekly.com&utm_medium=newsletter&utm_campaign=python-weekly-issue-712-september-4-2025&_bhlid=6ece59f0c3de24278c50871556723844d8ab734a
Django has several generations of quite different clever mechanisms to make creating HTML forms "easier". Yes, making them might be easier, but maintaining this opinionated stuff is a nightmare. Really don't.
<p>OK a form is broken or inadequate, so are you feeling confident? Are you adequately caffinated? Then a new adventure begins... <a href="trogforms.html">Troggle and HTML forms</a>.
<hr />
Go on to: <a href="trogdjangup.html">Troggle: updating Django</a><br />