Skip to content

Commit

Permalink
modify installed apps
Browse files Browse the repository at this point in the history
  • Loading branch information
benjmnxu committed Mar 24, 2024
1 parent 8d87055 commit 21d9e31
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions backend/officehoursqueue/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@
"email_tools.apps.EmailToolsConfig",
"accounts.apps.AccountsConfig",
"ohq.apps.OhqConfig",
"schedule",
"storages"
"schedule"
]

MIDDLEWARE = [
Expand Down Expand Up @@ -195,5 +194,5 @@
AWS_DEFAULT_ACL = None
AWS_S3_VERITY = True

# DEFAULT_FILE_STORAGE = "storages.backends.s3boto3.S3Boto3Storage"
DEFAULT_FILE_STORAGE = "storages.backends.s3boto3.S3Boto3Storage"

0 comments on commit 21d9e31

Please sign in to comment.