Hacker News new | ask | show | jobs
by WalterGR 1998 days ago
...that contain “Django” in the package name.

  AND file.project like '%django%'
How reliable is that? Are there any well-known packages that don’t contain literal “Django” in their package names?
3 comments

It does for sure miss some things. I love the simple queue library Huey. They have a Django module but it’s in the same package as their regular Huey code, so it wouldn’t show on this, but then again nobody knows how often that module is used. https://huey.readthedocs.io/en/latest/contrib.html#django
I was surprised by low popularity of celery alternatives

dramatiq- 342536 huey - 330942

only django-rq went to top 100

Djoser, most popular rest auth lib for drf.
Thanks, for notice, I really missed `dj` packages.

djoser - 750208, a little away from top 100

channels and dj_database_url, for example.
Great. I almost forgot about it.

I'll place an update

dj-database-url - 7573407