Skip to content

Commit

Permalink
More support of #337
Browse files Browse the repository at this point in the history
  • Loading branch information
nutjob4life committed Feb 15, 2024
1 parent ee0f370 commit ec6cf4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions src/edrn.theme/src/edrn/theme/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
#
# 🔗 https://docs.djangoproject.com/en/3.2/ref/settings/#installed-apps

INSTALLED_APPS = [
'edrn.auth'
]
INSTALLED_APPS = []


# Migration Modules
Expand Down
1 change: 1 addition & 0 deletions src/edrnsite.policy/src/edrnsite/policy/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

INSTALLED_APPS = edrnSiteSearchSettings.INSTALLED_APPS + ekeKnowlegeSettings.INSTALLED_APPS + edrnSiteContentSettings.INSTALLED_APPS + edrnThemeSettings.INSTALLED_APPS + [
# Early Detection Research Network:
'edrn.auth',
'edrn.theme',
'edrnsite.content',
'edrnsite.controls',
Expand Down

0 comments on commit ec6cf4e

Please sign in to comment.