We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e8d43 commit c98f6bcCopy full SHA for c98f6bc
landing_page/landing_page/settings.py
@@ -8,6 +8,8 @@
8
9
ALLOWED_HOSTS = ['*']
10
11
+CSRF_TRUSTED_ORIGINS = ['https://learn.python.ru']
12
+
13
INSTALLED_APPS = [
14
'mainpage.apps.MainpageConfig',
15
'django.contrib.admin',
0 commit comments