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? 😂