Skip to content

Commit

Permalink
Chore: Update site name
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Cameron <[email protected]>
  • Loading branch information
JasonLovesDoggo committed Oct 2, 2024
1 parent 0460d21 commit 6d9cb46
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion local_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
## DMOJ site display settings.
SITE_NAME = 'MCPT'
SITE_LONG_NAME = 'MCPT: Mackenzie Competitive Programming Team'
SITE_ADMIN_EMAIL = '[email protected]'
SITE_ADMIN_EMAIL = SERVER_EMAIL
TERMS_OF_SERVICE_URL = '//mcpt.ca/tos' # Use a flatpage.

## Bridge controls.
Expand Down Expand Up @@ -375,5 +375,7 @@
2: {"name": "Mrs. Krasteva", "email": "[email protected]"},
}

WPADMIN['admin']['title'] = 'WLMOJ Admin'

if DEBUG:
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'

0 comments on commit 6d9cb46

Please sign in to comment.