DJP: A Plugin System for Django
simonwillison.net
DJP: A Plugin System for Django
1–3 of 3 posts
Re: DJP: A Plugin System for Django
#2Here’s an update on DJP from the DjangoCon sprints this morning: I added a asgi_wrapper() plugin hook in DJP 0.3 and used it to build a plugin that drops a Datasette UI directly into a Django application: https://simonwillison.net/2024/Sep/26/django-plugin-datasett...
Re: DJP: A Plugin System for Django
#3I was thinking about something like this for a long time, will take a look, thanks!