wuvt / wuvt-site

Website including a CMS, playlist information, and donation management tools
https://www.wuvt.vt.edu
GNU Affero General Public License v3.0
11 stars 12 forks source link

Allow uwsgi import to fail gracefully #395

Closed mutantmonkey closed 3 years ago

mutantmonkey commented 3 years ago

It seems that import uwsgi only works when the app is being run by uWSGI and not via the flask command. To prevent breakage, we need to ensure that a failed import of the uwsgi module fails gracefully.