Fixed createsettings command

This commit is contained in:
FinnStutzenstein 2018-01-26 09:35:49 +01:00
parent b5157cd418
commit bc8a1037a2

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',