Fix PWA_APP_SCOPE variable declaration

Coma isn't needed at the end of the variable declaration. If you set PWA_APP_SCOPE with coma at the end the django server starts without issues and worker registered but it will break an offline mode.
This commit is contained in:
Andrew
2019-07-18 14:41:20 +02:00
committed by GitHub
parent 6ba28177ce
commit 982ef01743

View File

@@ -45,7 +45,7 @@ PWA_APP_DESCRIPTION = "My app description"
PWA_APP_THEME_COLOR = '#0A0302'
PWA_APP_BACKGROUND_COLOR = '#ffffff'
PWA_APP_DISPLAY = 'standalone'
PWA_APP_SCOPE = '/',
PWA_APP_SCOPE = '/'
PWA_APP_ORIENTATION = 'any'
PWA_APP_START_URL = '/'
PWA_APP_ICONS = [