-
-
Notifications
You must be signed in to change notification settings - Fork 813
Open
Description
It would be much cleaner if Datasette's default views were all registered using the new register_routes() plugin hook. Could dramatically reduce the code in datasette/app.py.
The ideal fix here would be to rework my
BaseViewsubclass mechanism to work withregister_routes()so that those views don't have any special privileges above plugin-provided views.
Originally posted by @simonw in #864 (comment)
Reactions are currently unavailable