diff --git a/webvirtcloud/settings.py.template b/webvirtcloud/settings.py.template index 3c741e2..50dce23 100644 --- a/webvirtcloud/settings.py.template +++ b/webvirtcloud/settings.py.template @@ -15,6 +15,8 @@ DEBUG = False ALLOWED_HOSTS = ["*"] +CSRF_TRUSTED_ORIGINS = ['http://localhost',] + # Application definition INSTALLED_APPS = [ "django.contrib.auth",