2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-17 14:37:10 +00:00

removed fossil URL_ROOT from active code

This commit is contained in:
2023-10-01 12:21:34 +03:00
parent c80db1a55f
commit fd94909ee7
6 changed files with 19 additions and 17 deletions

View File

@@ -187,6 +187,8 @@ def person(
first_name="",
last_name="",
):
"""Original code as it has been for years. Trying to replace with better_person()
"""
try:
this_person = Person.objects.get(first_name=first_name, last_name=last_name)
except: