docs: add first sponsor.🙌 (#1393)

This commit is contained in:
Antoliny Lee 2025-09-23 18:14:50 +09:00 committed by GitHub
parent 8ee616fad7
commit aa2f48ea78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 18 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

View file

@ -11,6 +11,15 @@ in modern frontend frameworks like Vue or React.
With `django-components` you can support Django projects small and large without leaving the Django ecosystem.
## Sponsors
<p align="center">
<a href="https://www.ohne-makler.net/?ref=django-components" target="_blank"
title="Ohne-makler: Sell and rent real estate without an agent"><img
src="https://raw.githubusercontent.com/django-components/django-components/master/.github/assets/sponsors/sponsor-ohne-makler.png" height="120"
/></a>
</p>
## Quickstart
A component in django-components can be as simple as a Django template and Python code to declare the component:

View file

@ -7,6 +7,15 @@ in modern frontend frameworks like Vue or React.
With `django-components` you can support Django projects small and large without leaving the Django ecosystem.
## Sponsors
<p align="center">
<a href="https://www.ohne-makler.net/?ref=django-components" target="_blank"
title="Ohne-makler: Sell and rent real estate without an agent"><img
src="https://raw.githubusercontent.com/django-components/django-components/master/.github/assets/sponsors/sponsor-ohne-makler.png" height="120" width="50%"
/></a>
</p>
## Quickstart
A component in django-components can be as simple as a Django template and Python code to declare the component: