TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

DJP: A Plugin System for Django

16 pointsby Ch00k8 months ago

2 comments

simonw8 months ago
Here’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: <a href="https:&#x2F;&#x2F;simonwillison.net&#x2F;2024&#x2F;Sep&#x2F;26&#x2F;django-plugin-datasette&#x2F;" rel="nofollow">https:&#x2F;&#x2F;simonwillison.net&#x2F;2024&#x2F;Sep&#x2F;26&#x2F;django-plugin-datasett...</a>
sodimel8 months ago
I was thinking about something like this for a long time, will take a look, thanks!