Skip to content

Commit

Permalink
Add QPS time series to installed apps
Browse files Browse the repository at this point in the history
  • Loading branch information
zamuzakki committed Mar 20, 2024
1 parent 33ce7b7 commit f91c927
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/g3w-suite/settings_docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
# Uncomment if you wont activate the following module
#'openrouteservice',
'qtimeseries',
'frontend'
'frontend',
'qps_timeseries'
]

DATABASES = {
Expand Down Expand Up @@ -209,6 +210,5 @@

SESSION_COOKIE_NAME = 'gis3w-suite-dev-iehtgdb264t5gr'

if str(os.getenv('FRONTEND')).lower() in ['true', 'yes', '1']:
FRONTEND = True
FRONTEND_APP = 'frontend'
FRONTEND = True
FRONTEND_APP = 'frontend'

0 comments on commit f91c927

Please sign in to comment.