diff --git a/bin/py-i2phosts-builder b/bin/py-i2phosts-builder index b4fc3c3..70469dc 100755 --- a/bin/py-i2phosts-builder +++ b/bin/py-i2phosts-builder @@ -28,7 +28,7 @@ if 'include' in config: config.merge(config_included) # django setup -DJANGO_SETTINGS_MODULE = 'settings' +DJANGO_SETTINGS_MODULE = 'pyi2phosts.settings' if 'DJANGO_PROJECT_PATH' in config: DJANGO_PROJECT_PATH = config['DJANGO_PROJECT_PATH'] else: diff --git a/bin/py-i2phosts-checker b/bin/py-i2phosts-checker index b35e87e..68c44a0 100755 --- a/bin/py-i2phosts-checker +++ b/bin/py-i2phosts-checker @@ -32,7 +32,7 @@ if 'include' in config: config.merge(config_included) # django setup -DJANGO_SETTINGS_MODULE = 'settings' +DJANGO_SETTINGS_MODULE = 'pyi2phosts.settings' if 'DJANGO_PROJECT_PATH' in config: DJANGO_PROJECT_PATH = config['DJANGO_PROJECT_PATH'] else: diff --git a/bin/py-i2phosts-fetcher b/bin/py-i2phosts-fetcher index c67c716..b0c6b6e 100755 --- a/bin/py-i2phosts-fetcher +++ b/bin/py-i2phosts-fetcher @@ -36,7 +36,7 @@ if 'include' in config: config.merge(config_included) # django setup -DJANGO_SETTINGS_MODULE = 'settings' +DJANGO_SETTINGS_MODULE = 'pyi2phosts.settings' if 'DJANGO_PROJECT_PATH' in config: DJANGO_PROJECT_PATH = config['DJANGO_PROJECT_PATH'] else: diff --git a/bin/py-i2phosts-injector b/bin/py-i2phosts-injector index fbc61e3..dba8437 100755 --- a/bin/py-i2phosts-injector +++ b/bin/py-i2phosts-injector @@ -33,7 +33,7 @@ if 'include' in config: config.merge(config_included) # django setup -DJANGO_SETTINGS_MODULE = 'settings' +DJANGO_SETTINGS_MODULE = 'pyi2phosts.settings' if 'DJANGO_PROJECT_PATH' in config: DJANGO_PROJECT_PATH = config['DJANGO_PROJECT_PATH'] else: diff --git a/bin/py-i2phosts-maint b/bin/py-i2phosts-maint index 6891b9b..58c74ef 100755 --- a/bin/py-i2phosts-maint +++ b/bin/py-i2phosts-maint @@ -36,7 +36,7 @@ if 'include' in config: config.merge(config_included) # django setup -DJANGO_SETTINGS_MODULE = 'settings' +DJANGO_SETTINGS_MODULE = 'pyi2phosts.settings' if 'DJANGO_PROJECT_PATH' in config: DJANGO_PROJECT_PATH = config['DJANGO_PROJECT_PATH'] else: diff --git a/bin/py-i2phosts-master b/bin/py-i2phosts-master index 9c001eb..1917835 100755 --- a/bin/py-i2phosts-master +++ b/bin/py-i2phosts-master @@ -121,7 +121,7 @@ if 'include' in config: config.merge(config_included) # django setup -DJANGO_SETTINGS_MODULE = 'settings' +DJANGO_SETTINGS_MODULE = 'pyi2phosts.settings' if 'DJANGO_PROJECT_PATH' in config: DJANGO_PROJECT_PATH = config['DJANGO_PROJECT_PATH'] else: diff --git a/tools/fix-description b/tools/fix-description index f32060a..eb07d9e 100755 --- a/tools/fix-description +++ b/tools/fix-description @@ -54,7 +54,7 @@ if 'include' in config: config.merge(config_included) # django setup -DJANGO_SETTINGS_MODULE = 'settings' +DJANGO_SETTINGS_MODULE = 'pyi2phosts.settings' if 'DJANGO_PROJECT_PATH' in config: DJANGO_PROJECT_PATH = config['DJANGO_PROJECT_PATH'] else: