Changeset - 1e289d8f3f2c
[Not reviewed]
0 1 0
Lance Edgar (lance) - 21 months ago 2023-01-18 23:32:09
lance@edbob.org
Delay import for alembic
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rattail/commands/install.py
Show inline comments
 
@@ -31,7 +31,6 @@ import stat
 
import subprocess
 
import sys
 

	
 
from alembic.util.messaging import obfuscate_url_pw
 
from mako.lookup import TemplateLookup
 

	
 
from rattail.commands.core import Subcommand
 
@@ -227,6 +226,7 @@ class InstallSubcommand(Subcommand):
 
        self.rprint("\n\tappdir created at:  [bold green]{}[/bold green]".format(appdir))
 

	
 
    def install_db_schema(self, dbinfo, **kwargs):
 
        from alembic.util.messaging import obfuscate_url_pw
 

	
 
        if not self.basic_prompt("install db schema?", True, is_bool=True):
 
            return False
0 comments (0 inline, 0 general)