Browse Source

enable debug when using manage.py

master
Julio Biason 10 years ago
parent
commit
1784b05281
  1. 1
      manage.py

1
manage.py

@ -16,4 +16,5 @@ def create_db():
if __name__ == '__main__':
logging.basicConfig(level=logging.DEBUG)
app.config.DEBUG = True
manager.run()

Loading…
Cancel
Save