Skip to content

Commit

Permalink
Removed default_app_config because it's detected automatically now.
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed Sep 12, 2021
1 parent 65455ef commit 674b28b
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion coach/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
default_app_config = 'coach.apps.CoachConfig'
1 change: 0 additions & 1 deletion contact/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
default_app_config = 'contact.apps.ContactConfig'
1 change: 0 additions & 1 deletion organize/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
default_app_config = 'organize.apps.OrganizeConfig'
1 change: 0 additions & 1 deletion patreonmanager/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
default_app_config = 'patreonmanager.apps.PatreonManagerConfig'
1 change: 0 additions & 1 deletion sponsor/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
default_app_config = 'sponsor.apps.SponsorConfig'
1 change: 0 additions & 1 deletion story/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
default_app_config = 'story.apps.StoryConfig'

0 comments on commit 674b28b

Please sign in to comment.