tko22 / flask-boilerplate

Simple flask boilerplate with Postgres, Docker, and Heroku/Zeit now
https://github.com/tko22/flask-boilerplate/wiki
MIT License
301 stars 98 forks source link

Production configuration #10

Closed erikdao closed 6 years ago

erikdao commented 6 years ago

Thanks for this amazing boilerplate, it's simple but enough for a high-quality Flask application. I would just want to make a small suggestion.

Can you add the setting for a WSGI server? Currently, the python manage.py runserver runs the Flask development server which is not recommended on production environment.

Thanks