Skip to content

Commit 84ca4e3

Browse files
committed
add drf-restwind
1 parent 32dbd35 commit 84ca4e3

File tree

4 files changed

+22
-11
lines changed

4 files changed

+22
-11
lines changed

docs/community/third-party-packages.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
160160

161161
### Customization
162162

163+
* [drf-restwind][drf-restwind] - a modern re-imagining of the Django REST Framework utilizes TailwindCSS and DaisyUI to provide flexible and customizable UI solutions with minimal coding effort.
163164
* [drf-redesign][drf-redesign] - A project that gives a fresh look to the browse-able API using Bootstrap 5.
164165
* [drf-material][drf-material] - A project that gives a sleek and elegant look to the browsable API using Material Design.
165166

@@ -255,6 +256,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
255256
[django-requestlogs]: https://github.com/Raekkeri/django-requestlogs
256257
[drf-standardized-errors]: https://github.com/ghazi-git/drf-standardized-errors
257258
[drf-api-action]: https://github.com/Ori-Roza/drf-api-action
259+
[drf-restwind]: https://github.com/youzarsiph/drf-restwind
258260
[drf-redesign]: https://github.com/youzarsiph/drf-redesign
259261
[drf-material]: https://github.com/youzarsiph/drf-material
260-
[django-pyoidc] : https://github.com/makinacorpus/django_pyoidc
262+
[django-pyoidc]: https://github.com/makinacorpus/django_pyoidc

docs/img/rfm.png

-134 KB
Binary file not shown.

docs/img/rfr.png

-142 KB
Binary file not shown.

docs/topics/browsable-api.md

+19-10
Original file line numberDiff line numberDiff line change
@@ -83,20 +83,31 @@ For more specific CSS tweaks than simply overriding the default bootstrap theme
8383

8484
You can use a third party package for customization, rather than doing it by yourself. Here is 2 packages for customizing the API:
8585

86-
* [rest-framework-redesign][rest-framework-redesign] - A package for customizing the API using Bootstrap 5. Modern and sleek design, it comes with the support for dark mode.
87-
* [rest-framework-material][rest-framework-material] - Material design for Django REST Framework.
86+
* [drf-restwind][drf-restwind] - a modern re-imagining of the Django REST Framework utilizes TailwindCSS and DaisyUI to provide flexible and customizable UI solutions with minimal coding effort.
87+
* [drf-redesign][drf-redesign] - A package for customizing the API using Bootstrap 5. Modern and sleek design, it comes with the support for dark mode.
88+
* [drf-material][drf-material] - Material design for Django REST Framework.
8889

8990
---
9091

91-
![Django REST Framework Redesign][rfr]
92+
![API Root](https://github.com/user-attachments/assets/5197b47d-8bb6-426b-a62b-232cfc34198d)
9293

93-
*Screenshot of the rest-framework-redesign*
94+
![List View](https://github.com/user-attachments/assets/7665d4c8-e57a-4337-93af-4bb974a4f2d4)
95+
96+
![Detail View](https://github.com/user-attachments/assets/76bddab0-8747-42ae-b79b-b3be7802a729)
97+
98+
*Screenshots of the drf-restwind*
99+
100+
---
94101

95102
---
96103

97-
![Django REST Framework Material][rfm]
104+
![Root](https://github.com/user-attachments/assets/7b85732d-c5eb-4c6a-a867-ba9b8d39890a)
105+
106+
![List](https://github.com/user-attachments/assets/3a6b451a-7575-416f-a67f-ff334e70e262)
107+
108+
![Detail](https://github.com/user-attachments/assets/76e6c7f3-aa33-4534-882c-ad6619fd660b)
98109

99-
*Screenshot of the rest-framework-material*
110+
*Screenshot of the drf-redesign*
100111

101112
---
102113

@@ -197,7 +208,5 @@ There are [a variety of packages for autocomplete widgets][autocomplete-packages
197208
[bcomponentsnav]: https://getbootstrap.com/2.3.2/components.html#navbar
198209
[autocomplete-packages]: https://www.djangopackages.com/grids/g/auto-complete/
199210
[django-autocomplete-light]: https://github.com/yourlabs/django-autocomplete-light
200-
[rest-framework-redesign]: https://github.com/youzarsiph/rest-framework-redesign
201-
[rest-framework-material]: https://github.com/youzarsiph/rest-framework-material
202-
[rfr]: ../img/rfr.png
203-
[rfm]: ../img/rfm.png
211+
[drf-redesign]: https://github.com/youzarsiph/drf-redesign
212+
[drf-material]: https://github.com/youzarsiph/drf-material

0 commit comments

Comments
 (0)