web/quotes: fix for newer version of Django
This commit is contained in:
parent
47542c16e3
commit
e08a6a9169
3 changed files with 3 additions and 3 deletions
|
@ -2,4 +2,4 @@ from django.apps import AppConfig
|
||||||
|
|
||||||
|
|
||||||
class DiscordguildConfig(AppConfig):
|
class DiscordguildConfig(AppConfig):
|
||||||
name = "discordguild"
|
name = "quotes.discordguild"
|
||||||
|
|
|
@ -2,4 +2,4 @@ from django.apps import AppConfig
|
||||||
|
|
||||||
|
|
||||||
class QuotedbConfig(AppConfig):
|
class QuotedbConfig(AppConfig):
|
||||||
name = "quotedb"
|
name = "quotes.quotedb"
|
||||||
|
|
|
@ -2,4 +2,4 @@ from django.apps import AppConfig
|
||||||
|
|
||||||
|
|
||||||
class ThemeConfig(AppConfig):
|
class ThemeConfig(AppConfig):
|
||||||
name = "theme"
|
name = "quotes.theme"
|
||||||
|
|
Loading…
Reference in a new issue