Remove --reload
flag from suggested web app command
we are installing from released package here, so no need
This commit is contained in:
parent
e1af064142
commit
9ca55e1697
|
@ -223,7 +223,7 @@ class Install(commands.Subcommand):
|
|||
if schema_installed:
|
||||
rprint("\n\tyou can run the web app with this command:")
|
||||
pserve = os.path.join(bindir, 'pserve')
|
||||
rprint("\n\t[blue]{} --reload file+ini:{}[/blue]".format(pserve, web_conf))
|
||||
rprint("\n\t[blue]{} file+ini:{}[/blue]".format(pserve, web_conf))
|
||||
|
||||
rprint()
|
||||
|
||||
|
|
Loading…
Reference in a new issue