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

move models_survex to models/survex.py

This commit is contained in:
Philip Sargent
2021-04-13 00:50:12 +01:00
parent 957169d9aa
commit 7bc73d1ca8
12 changed files with 11 additions and 11 deletions

View File

@@ -21,7 +21,7 @@ from django.conf import settings
from django.urls import reverse
from django.template import Context, loader
import troggle.core.models_survex
import troggle.core.models.survex
from troggle.core.utils import get_process_memory
"""This file declares TroggleModel which inherits from django.db.models.Model