Merge pull request #3559 from FinnStutzenstein/fix-createsettings
Fixed createsettings command
This commit is contained in:
commit
8e1ca4ac69
@ -156,6 +156,11 @@ def get_parser():
|
|||||||
action='store',
|
action='store',
|
||||||
default=None,
|
default=None,
|
||||||
help='The used settings file directory. All settings files are created, even if they exist.')
|
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(
|
subcommand_createsettings.add_argument(
|
||||||
'--local-installation',
|
'--local-installation',
|
||||||
action='store_true',
|
action='store_true',
|
||||||
|
Loading…
Reference in New Issue
Block a user