forked from orbit-oss/flask
set example app names directly
This commit is contained in:
parent
135f85a191
commit
6a8c8c3484
3 changed files with 4 additions and 4 deletions
|
|
@ -25,7 +25,7 @@ DEBUG = True
|
|||
SECRET_KEY = 'development key'
|
||||
|
||||
# create our little application :)
|
||||
app = Flask(__name__)
|
||||
app = Flask('minitwit')
|
||||
app.config.from_object(__name__)
|
||||
app.config.from_envvar('MINITWIT_SETTINGS', silent=True)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue