fix cookie stuff?

This commit is contained in:
Holger Sielaff
2025-09-04 09:52:23 +02:00
parent 26fce651b1
commit c5e7e3739f
3 changed files with 10 additions and 3 deletions

View File

@@ -42,6 +42,8 @@ DEBUG = True
ALLOWED_HOSTS = os.environ.get('ALLOWED_HOSTS', '127.0.0.1,localhost').strip().replace(' ', '').split(',')
ADMIN_BASE_URL = os.environ.get('ADMIN_BASE_URL', '/admin/')
INSTALLED_APPS = [
'django.contrib.auth',
'django.contrib.contenttypes',