Remove unncessary default_app_config settings

This commit is contained in:
Danielle McLean 2022-03-12 15:02:26 +11:00
parent 0ca50252dd
commit 73addc2f75
6 changed files with 0 additions and 6 deletions

View File

@ -1 +0,0 @@
default_app_config = 'entries.apps.EntriesConfig'

View File

@ -1 +0,0 @@
default_app_config = 'lemonshort.apps.LemonshortConfig'

View File

@ -1 +0,0 @@
default_app_config = 'micropub.apps.MicropubConfig'

View File

@ -1 +0,0 @@
default_app_config = 'users.apps.UsersConfig'

View File

@ -1 +0,0 @@
default_app_config = 'webmention.apps.WebmentionConfig'

View File

@ -1 +0,0 @@
default_app_config = 'wellknowns.apps.WellKnownsConfig'