aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--generalresearch/thl_django/apps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/generalresearch/thl_django/apps.py b/generalresearch/thl_django/apps.py
index c30e66a..2813947 100644
--- a/generalresearch/thl_django/apps.py
+++ b/generalresearch/thl_django/apps.py
@@ -2,7 +2,7 @@ from django.apps import AppConfig
class THLSchemaConfig(AppConfig):
- name = "generalresearchutils.thl_django"
+ name = "generalresearch.thl_django"
label = "thl_django"
def ready(self):