From 1085a14b92c395cd87e8c5fc3fa420b302f3ab73 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Thu, 14 Sep 2023 13:40:33 +0300 Subject: comments --- core/views/wallets_edit.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'core/views/wallets_edit.py') diff --git a/core/views/wallets_edit.py b/core/views/wallets_edit.py index 19b80f7..af82acb 100644 --- a/core/views/wallets_edit.py +++ b/core/views/wallets_edit.py @@ -274,7 +274,9 @@ def walletedit(request, path=None): This does NOT use a Django model linked to a Django form. Just a simple Django form. You will find the Django documentation on forms very confusing, - as it covers many very different things we do not need. This is simpler. + as it covers many very different things we do not need. This is simpler, + or at least, it is all in one place and you can see what it does, inctead of using invisible + Django defaults that a newcomer can't find. (See also view/uploads.py for other simpler forms, as opposed to core/forms.py which contains a couple of Django class-based forms.) -- cgit v1.2.3