mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-15 21:17:07 +00:00
regularising _URL and _ROOT idiom
This commit is contained in:
@@ -141,7 +141,7 @@ def scanupload(request, path=None):
|
||||
|
||||
wurl = f"/scanupload/{wallet}".replace('#', ':')
|
||||
wallet = wallet.replace(':','#')
|
||||
dirpath = Path(settings.SURVEY_SCANS, year, wallet)
|
||||
dirpath = Path(settings.SCANS_ROOT, year, wallet)
|
||||
contents_path = dirpath / contentsjson
|
||||
walletdata = dirpath / contentsjson
|
||||
|
||||
|
||||
Reference in New Issue
Block a user