Commit 6fe3b8c3486254476c466edf9cfe1526751c0c27

Authored by Antoine Goutenoir
1 parent 37fd3b20
Exists in master

Use the full word for development.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
manage.py
... ... @@ -9,7 +9,7 @@ from flaskr.models import db, User
9 9  
10 10 # default to dev config because no one should use this in
11 11 # production anyway
12   -env = os.environ.get('APPNAME_ENV', 'dev')
  12 +env = os.environ.get('APPNAME_ENV', 'development')
13 13 app = create_app('flaskr.settings.%sConfig' % env.capitalize())
14 14  
15 15 manager = Manager(app)
... ...