You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/community/third-party-packages.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -160,6 +160,7 @@ To submit new content, [create a pull request][drf-create-pr].
160
160
161
161
### Customization
162
162
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.
163
164
*[drf-redesign][drf-redesign] - A project that gives a fresh look to the browse-able API using Bootstrap 5.
164
165
*[drf-material][drf-material] - A project that gives a sleek and elegant look to the browsable API using Material Design.
165
166
@@ -254,6 +255,7 @@ To submit new content, [create a pull request][drf-create-pr].
Copy file name to clipboardExpand all lines: docs/topics/browsable-api.md
+40-11
Original file line number
Diff line number
Diff line change
@@ -81,22 +81,43 @@ For more specific CSS tweaks than simply overriding the default bootstrap theme
81
81
82
82
### Third party packages for customization
83
83
84
-
You can use a third party package for customization, rather than doing it by yourself. Here is 2 packages for customizing the API:
84
+
You can use a third party package for customization, rather than doing it by yourself. Here is 3 packages for customizing the API:
85
85
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.
88
89
89
90
---
90
91
91
-
![Django REST Framework Redesign][rfr]
92
+
![API Root][drf-rw-api-root]
92
93
93
-
*Screenshot of the rest-framework-redesign*
94
+
![List View][drf-rw-list-view]
95
+
96
+
![Detail View][drf-rw-detail-view]
97
+
98
+
*Screenshots of the drf-restwind*
99
+
100
+
---
101
+
102
+
---
103
+
104
+
![API Root][drf-r-api-root]
105
+
106
+
![List View][drf-r-list-view]
107
+
108
+
![Detail View][drf-r-detail-view]
109
+
110
+
*Screenshot of the drf-redesign*
94
111
95
112
---
96
113
97
-
![Django REST Framework Material][rfm]
114
+
![API Root][drf-m-api-root]
115
+
116
+
![List View][drf-m-api-root]
117
+
118
+
![Detail View][drf-m-api-root]
98
119
99
-
*Screenshot of the rest-framework-material*
120
+
*Screenshot of the drf-material*
100
121
101
122
---
102
123
@@ -197,7 +218,15 @@ There are [a variety of packages for autocomplete widgets][autocomplete-packages
0 commit comments