diff --git a/oshipka.sh b/oshipka.sh index 468dbb3..925df66 100755 --- a/oshipka.sh +++ b/oshipka.sh @@ -271,6 +271,7 @@ db_migrate() { db_upgrade() { shift source venv/bin/activate + mkdir -p data python manager.py db upgrade } diff --git a/oshipka/webapp/templates/_macros.html b/oshipka/webapp/templates/_macros.html new file mode 100644 index 0000000..75964ac --- /dev/null +++ b/oshipka/webapp/templates/_macros.html @@ -0,0 +1,15 @@ +{% macro render_pagination(pagination, endpoint) %} + +{% endmacro %} \ No newline at end of file