From 337aa96a52253f32cef361be2bc615b0b3c0c573 Mon Sep 17 00:00:00 2001 From: stuppie Date: Tue, 10 Mar 2026 16:44:12 -0600 Subject: THLSchemaConfig name --- generalresearch/thl_django/apps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- cgit v1.2.3