Thanks to Python's versatility, Django can be used to build just about any web app, or even as a back-end for native apps.
It can be integrated into projects such as machine-learning, generative AI, mapping and GIS software via GeoDjango. You can use the Django Template Language, or combine it with a front-end framework like Angular, React, Svelte, Vue.js, etc. by using decoupled architectures with REST (e.g. via the Django-rest-framework) or GraphQL (via Strawberry GraphQL or Graphene). You can also build realtime apps with Web sockets and Django-channels, e.g for chatting or time-series data.
Here are some example projects written with Django. Note that this is not an exhaustive list, and some of those projects may have migrated away from Django at some point.