Skip to content

Commit

Permalink
Reorder installed apps
Browse files Browse the repository at this point in the history
  • Loading branch information
medihack committed Sep 3, 2023
1 parent 05d3609 commit 31cb73c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions adit/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
INSTALLED_APPS = [
"daphne",
"whitenoise.runserver_nostatic",
"adit.accounts.apps.AccountsConfig",
"registration",
"django.contrib.admin",
"django.contrib.auth",
Expand All @@ -63,12 +62,13 @@
"rest_framework",
"adrf",
"adit.core.apps.CoreConfig",
"adit.api.apps.ApiConfig",
"adit.accounts.apps.AccountsConfig",
"adit.token_authentication.apps.TokenAuthenticationConfig",
"adit.selective_transfer.apps.SelectiveTransferConfig",
"adit.batch_query.apps.BatchQueryConfig",
"adit.batch_transfer.apps.BatchTransferConfig",
"adit.dicom_explorer.apps.DicomExplorerConfig",
"adit.token_authentication.apps.TokenAuthenticationConfig",
"adit.api.apps.ApiConfig",
"adit.dicom_web.apps.DicomWebConfig",
"channels",
]
Expand Down

0 comments on commit 31cb73c

Please sign in to comment.