Skip to content

Commit

Permalink
build: Set DJANGO_SETTINGS_MODULE
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara committed Jun 5, 2024
1 parent 1b8ede5 commit 96623ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions k8s/ietfweb/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ def _multiline_to_list(s):
return [item.strip() for item in s.split("\n")]


DJANGO_SETTINGS_MODULE = "ietf.settings.production"
DEFAULT_FROM_EMAIL = "[email protected]"
SERVER_EMAIL = "[email protected]"
EMAIL_BACKEND = "django.core.mail.backends.smtp.EmailBackend"
Expand Down

0 comments on commit 96623ed

Please sign in to comment.