django-components/docs/community/people.md
SiHyunLee bfb3f8dee2
Some checks are pending
Docs - build & deploy / docs (push) Waiting to run
Run tests / build (windows-latest, 3.10) (push) Waiting to run
Run tests / build (windows-latest, 3.11) (push) Waiting to run
Run tests / build (windows-latest, 3.12) (push) Waiting to run
Run tests / build (windows-latest, 3.13) (push) Waiting to run
Run tests / build (windows-latest, 3.8) (push) Waiting to run
Run tests / build (windows-latest, 3.9) (push) Waiting to run
Run tests / test_docs (3.13) (push) Waiting to run
Run tests / build (ubuntu-latest, 3.8) (push) Waiting to run
Run tests / build (ubuntu-latest, 3.9) (push) Waiting to run
Run tests / build (ubuntu-latest, 3.10) (push) Waiting to run
Run tests / build (ubuntu-latest, 3.11) (push) Waiting to run
Run tests / build (ubuntu-latest, 3.12) (push) Waiting to run
Run tests / build (ubuntu-latest, 3.13) (push) Waiting to run
Run tests / test_sampleproject (3.13) (push) Waiting to run
feat: add django-components people. (#1412)
Co-authored-by: Juro Oravec <juraj.oravec.josefson@gmail.com>
2025-10-04 09:59:36 +02:00

1.1 KiB

Django Components People

Django Components has reached its current form thanks to the passion and efforts of its outstanding contributors and maintainers.

Maintainers

These are the maintainers who play a key role in keeping Django Components running.

{% if people.maintainers %}

{% for user in people.maintainers %} {% endfor %}
{% endif %}

Contributors

These are the individual contributors who help make Django Components better for everyone.

{% if people.contributors %}

{% for user in people.contributors %}
@{{ user.login }}
Contributions: {{ user.count }}
{% endfor %}
{% endif %}