diff --git a/web/quotes/discordguild/apps.py b/web/quotes/discordguild/apps.py index dddc5209d3..6238e16280 100644 --- a/web/quotes/discordguild/apps.py +++ b/web/quotes/discordguild/apps.py @@ -2,4 +2,4 @@ from django.apps import AppConfig class DiscordguildConfig(AppConfig): - name = "discordguild" + name = "quotes.discordguild" diff --git a/web/quotes/quotedb/apps.py b/web/quotes/quotedb/apps.py index 6199d445df..f60bc93f53 100644 --- a/web/quotes/quotedb/apps.py +++ b/web/quotes/quotedb/apps.py @@ -2,4 +2,4 @@ from django.apps import AppConfig class QuotedbConfig(AppConfig): - name = "quotedb" + name = "quotes.quotedb" diff --git a/web/quotes/theme/apps.py b/web/quotes/theme/apps.py index dd24136dfb..f5fe26bafb 100644 --- a/web/quotes/theme/apps.py +++ b/web/quotes/theme/apps.py @@ -2,4 +2,4 @@ from django.apps import AppConfig class ThemeConfig(AppConfig): - name = "theme" + name = "quotes.theme"