Add runsql command, mostly for dev use

at least for now?  kind of in a rush at the moment
This commit is contained in:
Lance Edgar 2018-05-23 20:35:32 -05:00
parent ddca6b7d9b
commit 41da3e6ae8
2 changed files with 40 additions and 0 deletions

View file

@ -68,6 +68,7 @@ requires = [
'openpyxl', # 2.5.0
'progress', # 1.3
'six', # 1.10.0
'texttable', # 1.2.1
'xlrd', # 1.1.0
# TODO: Remove this / make it optional / etc.
@ -206,6 +207,7 @@ make-appdir = rattail.commands.core:MakeAppDir
make-config = rattail.commands.core:MakeConfig
make-user = rattail.commands.core:MakeUser
make-uuid = rattail.commands.core:MakeUUID
runsql = rattail.commands.core:RunSQL
upgrade = rattail.commands.core:Upgrade
[rattail_dev.commands]