pallets-eco / flask-classful

Class based views for Flask
https://flask-classful.readthedocs.io
BSD 3-Clause "New" or "Revised" License
232 stars 55 forks source link

flask-classful does not work with uwsgi ? #125

Closed dinuta closed 4 years ago

dinuta commented 4 years ago

Hi community,

I am using flask-classful and I want to boot it up with uwsgi server. However i see no endpoint in uwsgi (all but 404s), but when starting with development server everything is fine.

Does flask-classful work with uwsgi? Can you provide an example?

Or just have a look on this branch: https://github.com/dinuta/estuary-deployer/tree/nginx_rev_proxy_container_access ? main_flask.py is the main service launcher.

Thanks, Catalin

dinuta commented 4 years ago

read again the documentation. setup a new demo project and i saw the issue.