From b66ccb175c030bcc15ed36df91610ec657b32e1e Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Sep 2025 10:49:55 +0000 Subject: [PATCH] edits by server --- piomint/pwa_settings.py | 3 +-- piomint/settings.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/piomint/pwa_settings.py b/piomint/pwa_settings.py index 935f4b2..78a7065 100644 --- a/piomint/pwa_settings.py +++ b/piomint/pwa_settings.py @@ -15,7 +15,6 @@ PWA_SERVICE_WORKER_PATH = os.path.join(BASE_DIR, 'app/static/app/js', 'servicewo PWA_APP_ICONS = [ { 'src': '/static/app/images/appleicon_whitebg.png', - 'sizes': '160x160' } ] @@ -32,4 +31,4 @@ PWA_APP_SPLASH_SCREEN = [ } ] PWA_APP_DIR = 'ltr' -PWA_APP_LANG = 'de' \ No newline at end of file +PWA_APP_LANG = 'de' diff --git a/piomint/settings.py b/piomint/settings.py index a7c3ad5..d1458e8 100644 --- a/piomint/settings.py +++ b/piomint/settings.py @@ -27,7 +27,7 @@ SECRET_KEY = 'django-insecure-h^$jdg0n_yarg*l#r3fd_7=7_)-!0bspac70f$1#b7w8gmkc-* # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ['*'] if DEBUG else ['localhost'] +ALLOWED_HOSTS = ['*'] if DEBUG else ['localhost', 'app.piomint.de'] # Application definition