debian: run additional settings snippets (#20133)

This commit is contained in:
Thomas NOËL 2017-11-17 11:33:25 +01:00
parent f5354ebf2e
commit f11e4bd30a
1 changed files with 3 additions and 0 deletions

View File

@ -18,3 +18,6 @@ INSTALLED_APPS = ('corbo.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')