mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-16 09:37:20 +00:00
to-do lists updates
This commit is contained in:
@@ -21,8 +21,15 @@ from .auth import login_required_if_public
|
||||
Manages the use of cavern to parse survex files to produce 3d and pos files
|
||||
"""
|
||||
|
||||
todo = """- Fix rendercave() so that CaveView works
|
||||
- in getCaves() search GCavelookup first, which should raise a MultpleObjectsReturned exception if no duplicates
|
||||
todo = """
|
||||
- Fix rendercave() so that CaveView works
|
||||
|
||||
- in getCaves() search GCavelookup first, which should raise a MultpleObjectsReturned
|
||||
exception if no duplicates
|
||||
|
||||
- Learn to use Django .select_related() and .prefetch_related() to speed things up
|
||||
especially on the big report pages
|
||||
https://zerotobyte.com/how-to-use-django-select-related-and-prefetch-related/
|
||||
"""
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user