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 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