Fixed createsettings command
This commit is contained in:
parent
b5157cd418
commit
bc8a1037a2
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user