Skip to content

Commit

Permalink
Merge pull request #68 from czue/minor-update
Browse files Browse the repository at this point in the history
small cleanup
  • Loading branch information
czue authored May 9, 2024
2 parents 770760a + 2ce7e10 commit 5487d50
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
5 changes: 4 additions & 1 deletion bigday/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@
MAIL_BACKEND = "console"

ALLOWED_HOSTS = ["my_website_url"]
CSRF_TRUSTED_ORIGINS = ["my_website_url",'https://127.0.0.1' ]
CSRF_TRUSTED_ORIGINS = [
"http://example.com",
'https://127.0.0.1'
]

DEFAULT_AUTO_FIELD = "django.db.models.AutoField"

Expand Down
Loading

0 comments on commit 5487d50

Please sign in to comment.