|
@@ -21,6 +21,7 @@ def run(c, port=8080, host="127.0.0.1"):
|
|
|
},
|
|
|
)
|
|
|
|
|
|
+
|
|
|
@task
|
|
|
def migrate(c, port=8080, host="127.0.0.1"):
|
|
|
"""Run migrations to update the database schema"""
|
|
@@ -34,6 +35,7 @@ def migrate(c, port=8080, host="127.0.0.1"):
|
|
|
},
|
|
|
)
|
|
|
|
|
|
+
|
|
|
@task
|
|
|
def install(c):
|
|
|
"""Install the listed dependencies into a virtualenv"""
|