Browse Source

Use debugger and reload for 'make run'

Peter Justin 8 years ago
parent
commit
4b5531fb3f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -22,7 +22,7 @@ test:
 	py.test
 	py.test
 
 
 run:
 run:
-	flaskbb --config ./flaskbb.cfg run
+	flaskbb --config ./flaskbb.cfg run --debugger --reload
 
 
 devconfig:
 devconfig:
 	flaskbb makeconfig -d
 	flaskbb makeconfig -d