diff --git a/webstrom/settings.py b/webstrom/settings.py index 5ffb1de..1811890 100644 --- a/webstrom/settings.py +++ b/webstrom/settings.py @@ -14,6 +14,11 @@ ALLOWED_HOSTS = [] +CSRF_TRUSTED_ORIGINS = [ + 'http://localhost:3000', + 'https://localhost:3000' +] + SITE_ID = 1 # Application definition