We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b8f985 commit c4f90b9Copy full SHA for c4f90b9
lung_cancer_screening/settings.py
@@ -42,6 +42,7 @@ def boolean_env(key, default=None):
42
'django.contrib.admin',
43
'django.contrib.auth',
44
'django.contrib.contenttypes',
45
+ "django.forms",
46
'django.contrib.sessions',
47
'django.contrib.messages',
48
'django.contrib.staticfiles',
@@ -86,7 +87,7 @@ def boolean_env(key, default=None):
86
87
]
88
89
WSGI_APPLICATION = 'lung_cancer_screening.wsgi.application'
-
90
+FORM_RENDERER = "django.forms.renderers.TemplatesSetting"
91
92
# Database
93
# https://docs.djangoproject.com/en/5.2/ref/settings/#databases
0 commit comments