Nod to mysql in the installer intro msg
This commit is contained in:
parent
a738f7f241
commit
85744646d2
|
@ -71,7 +71,7 @@ class Install(commands.Subcommand):
|
||||||
|
|
||||||
rprint("\n\t[blue]Welcome to Messkit![/blue]")
|
rprint("\n\t[blue]Welcome to Messkit![/blue]")
|
||||||
rprint("\n\tThis tool will install and configure a new app.")
|
rprint("\n\tThis tool will install and configure a new app.")
|
||||||
rprint("\n\t[italic]NB. You should already have created a new database in PostgreSQL.[/italic]")
|
rprint("\n\t[italic]NB. You should already have created a new database in PostgreSQL or MySQL.[/italic]")
|
||||||
|
|
||||||
# continue?
|
# continue?
|
||||||
if not self.basic_prompt("continue?", True, is_bool=True):
|
if not self.basic_prompt("continue?", True, is_bool=True):
|
||||||
|
|
Loading…
Reference in a new issue