// the find
shahraizali/awesome-django
The Best Django Resource, Awesome Django for mature packages.
An awesome-list for the Django ecosystem — packages, projects, and resources organized by category. Useful as a starting point when you're evaluating what's available before building something in Django. Not a replacement for reading the Django docs or the packages themselves.
Covers an unusually wide surface area, including less-obvious categories like multi-tenancy, GIS, and LLM integration that most Django lists skip. The inclusion criteria are stated explicitly (mature, maintained, recent release) rather than just being a dump of anything with 'django-' in the name. The LLMs section is a recent addition, which means someone is still tending the list. Category depth on admin theming is genuinely useful — there are real differences between Unfold, Jazzmin, and Grappelli that you'd otherwise have to discover by trial.
Several entries link to projects that have been abandoned or superseded — django-rest-auth is archived and replaced by dj-rest-auth, South is irrelevant post-Django 1.7, and django-jsonfield is unnecessary since Django added JSONField natively in 3.1. No star counts or last-updated indicators, so you can't distinguish a 50-star experiment from a 10k-star production staple without clicking each link. The Compatibility section is dead weight — django-compat targets Django versions that reached EOL years ago. There's no way to tell from the list alone whether a package works with the current Django LTS.