cedricbonhomme / newspipe

A web news aggregator.
https://www.newspipe.org
GNU Affero General Public License v3.0
425 stars 40 forks source link

Suggestion: rename `runserver.py` to `wsgi.py` #63

Closed sfermigier closed 8 months ago

sfermigier commented 8 months ago

This would remove the need to set FLASK_APP.

cedricbonhomme commented 8 months ago

Yes, I know this. But need to check first on my production server. I am using a non-versioned wsgi Python file for this which is taking care of activating the good virtualenv. I have to see if I can reuse some parts.