Tracking PR for registration rewrite #5
1 changed files with 6 additions and 0 deletions
6
Makefile
6
Makefile
|
@ -22,6 +22,12 @@ init_env:
|
||||||
upgrade_env:
|
upgrade_env:
|
||||||
source .venv/bin/activate && pip3 install --upgrade -r requirements.txt txt
|
source .venv/bin/activate && pip3 install --upgrade -r requirements.txt txt
|
||||||
|
|
||||||
|
make_migrations:
|
||||||
|
source .venv/bin/activate && flask db migrate
|
||||||
|
|
||||||
|
run_migrations:
|
||||||
|
source .venv/bin/activate && flask db upgrade
|
||||||
|
|
||||||
daemon:
|
daemon:
|
||||||
@echo "--- STARTING UWSGI DAEMON ---"
|
@echo "--- STARTING UWSGI DAEMON ---"
|
||||||
@echo ""
|
@echo ""
|
||||||
|
|
Loading…
Add table
Reference in a new issue