Add runsql
command, mostly for dev use
at least for now? kind of in a rush at the moment
This commit is contained in:
parent
ddca6b7d9b
commit
41da3e6ae8
2 changed files with 40 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue