Skip to content

Commit

Permalink
Update Local settings to allow registration
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Cameron <[email protected]>
  • Loading branch information
JasonLovesDoggo committed Sep 26, 2024
1 parent 33315f3 commit 75a662d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions local_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

# You must do this once you set DEBUG to False.
ALLOWED_HOSTS = [HOST]
CSRF_TRUSTED_ORIGINS = [HOST]

# Optional apps that DMOJ can make use of.
INSTALLED_APPS += ("discord_integration",)
Expand Down

0 comments on commit 75a662d

Please sign in to comment.