Compare commits

..

No commits in common. 'af7cb7b181156eba6d92e08be8c7b2f57c3fcb5b' and '8b9c956d32f67cfa6ea897061b2c98b38b78d6b7' have entirely different histories.

@ -15,6 +15,7 @@ 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'
}
]
@ -31,4 +32,4 @@ PWA_APP_SPLASH_SCREEN = [
}
]
PWA_APP_DIR = 'ltr'
PWA_APP_LANG = 'de'
PWA_APP_LANG = 'de'

@ -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', 'app.piomint.de']
ALLOWED_HOSTS = ['*'] if DEBUG else ['localhost']
# Application definition

Loading…
Cancel
Save

Powered by TurnKey Linux.