uploadboi/app/wsgi.py
2020-10-12 06:04:24 -04:00

5 lines
98 B
Python

from .app import app
# do some production specific things to the app
app.config['DEBUG'] = False