debian: run additional settings snippets (#21054)

This commit is contained in:
Frédéric Péters 2018-01-09 11:35:57 +01:00
parent bfdfb3e517
commit ad0849c52c
1 changed files with 3 additions and 0 deletions

View File

@ -33,3 +33,6 @@ INSTALLED_APPS = ('bijoe.hobo_agent',) + INSTALLED_APPS
# local settings
#
execfile(os.path.join(ETC_DIR, 'settings.py'))
# run additional settings snippets
execfile('/usr/lib/hobo/debian_config_settings_d.py')