mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-15 06:27:30 +00:00
hack wallet scan rename job
This commit is contained in:
@@ -272,10 +272,14 @@ 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 differnet things we do not need. This is simpler.
|
||||
as it covers many very different things we do not need. This is simpler.
|
||||
(See also view/uploads.py for other simpler forms, as opposed to core/forms.py
|
||||
which contains a couple of Django class-based forms.)
|
||||
|
||||
This subsumes much of the code which was in the pre-2022 non-troggle wallets.py script
|
||||
and so this function is very long indeed and needs refactoring.
|
||||
|
||||
Much of the logic used here lives in the Class functions for Wallet.
|
||||
|
||||
REWRITE bits using the ticklist, dateify, caveify, populate etc utility functions in core.view.scans.py
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user