Skip to content

Commit

Permalink
Make the example work again
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael van Tellingen committed Feb 24, 2011
1 parent 0f981a3 commit 469ed54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/example.py
Expand Up @@ -14,6 +14,8 @@
# 'flaskext.debugtoolbar.panels.logger.LoggingPanel',
# 'flaskext.debugtoolbar.panels.timer.TimerDebugPanel',
#)
app.config['SECRET_KEY'] = 'asd'
app.config['DEBUG'] = True
app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:////tmp/test.db'
db = SQLAlchemy(app)

Expand Down

0 comments on commit 469ed54

Please sign in to comment.