Flask-Tenants / flask-tenants

Multitenancy solution using Flask, SQLAlchemy, and PostgreSQL. Please join our Discord server at https://discord.gg/3AV2GkcB2Q.
MIT License
5 stars 4 forks source link

Module exception handling #11

Closed therealwokewok closed 2 months ago

therealwokewok commented 2 months ago

Custom exception handlers are needed for this module. Currently, it responds with JSON and kind of only supports developers using this to write an API. Custom exceptions and response codes instead of JSON responses would fix this issue.

therealwokewok commented 2 months ago

This should also include removing the 404 HTML response when tenants are deactivated.