5 lines
98 B
Python
5 lines
98 B
Python
from .app import app
|
|
|
|
# do some production specific things to the app
|
|
app.config['DEBUG'] = False
|