migrate from flask to quart.
also remove all flaskiness from static file serving. and reference all vendored scripts on the base tempĺate for simplicity.
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ from .helpers import get_valid_extensions
|
||||
|
||||
|
||||
@click.command("migrate")
|
||||
def flask_migrate():
|
||||
def db_migrate():
|
||||
migrate_databases()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user