Tracking PR for registration rewrite #5
2 changed files with 4 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -26,7 +26,7 @@ daemon:
|
|||
@echo "--- STARTING UWSGI DAEMON ---"
|
||||
@echo ""
|
||||
@echo ""
|
||||
source .venv/bin/activate && uwsgi --py-autoreload=5 --socket 0.0.0.0:8000 --protocol=http --wsgi-file netreg.py --enable-threads --master
|
||||
source .venv/bin/activate && uwsgi --py-autoreload=5 --socket 0.0.0.0:8000 --protocol=http --wsgi-file goathacks.py --enable-threads --master
|
||||
@echo ""
|
||||
@echo ""
|
||||
@echo "--- STARTING UWSGI DAEMON ---"
|
||||
|
|
3
goathacks.py
Normal file
3
goathacks.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
from goathacks import create_app
|
||||
|
||||
application = create_app()
|
Loading…
Add table
Reference in a new issue