Merge pull request #3559 from FinnStutzenstein/fix-createsettings

Fixed createsettings command
This commit is contained in:
Emanuel Schütze 2018-01-26 15:14:19 +01:00 committed by GitHub
commit 8e1ca4ac69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,6 +156,11 @@ def get_parser():
action='store',
default=None,
help='The used settings file directory. All settings files are created, even if they exist.')
subcommand_createsettings.add_argument(
'--settings_filename',
action='store',
default='settings.py',
help='The used settings file name. The file is created, if it does not exist.')
subcommand_createsettings.add_argument(
'--local-installation',
action='store_true',