mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-13 20:47:08 +00:00
creating core/utils.py
This commit is contained in:
@@ -10,7 +10,8 @@ from django.conf import settings
|
||||
from django.template.defaultfilters import slugify
|
||||
from django.utils.timezone import get_current_timezone, make_aware
|
||||
|
||||
from troggle.core.models import DataIssue, Expedition, TROG
|
||||
from troggle.core.models import DataIssue, Expedition
|
||||
from troggle.core.utils import TROG
|
||||
from troggle.core.models_caves import Cave, LogbookEntry, PersonTrip, GetCaveLookup
|
||||
from parsers.people import GetPersonExpeditionNameLookup
|
||||
from utils import save_carefully
|
||||
|
||||
Reference in New Issue
Block a user