more adjustments for deployment

This commit is contained in:
CDaut 2022-06-25 19:34:46 +02:00 committed by CDaut
parent f57a955d65
commit cb38346225

View file

@ -52,6 +52,9 @@ MIDDLEWARE = [
ROOT_URLCONF = 'markdownblog.urls' ROOT_URLCONF = 'markdownblog.urls'
CSRF_COOKIE_SECURE = True
SESSION_COOKIE_SECURE = True
TEMPLATES = [ TEMPLATES = [
{ {
'BACKEND': 'django.template.backends.django.DjangoTemplates', 'BACKEND': 'django.template.backends.django.DjangoTemplates',