Join Nostr
2025-01-03 15:18:33 UTC
in reply to

Anže on Nostr: I think you can reproduce the whole of litestack in Django already: Cache: ...

I think you can reproduce the whole of litestack in Django already:

Cache: `DatabaseCache` backend works with SQLite, right?
Queue/pub/sub: https://github.com/RealOrangeOne/django-tasks + DatabaseBackend
Full text search: ORM already supports it

But I guess we could wrap it all in a separate package for marketing purposes? 😂