diff --git a/debian/debian_config.py b/debian/debian_config.py index fe2d43d..086569f 100644 --- a/debian/debian_config.py +++ b/debian/debian_config.py @@ -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')