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/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,6 @@
8
8
9
9
# Django Ninja Extra
10
10
11
-
## Overview
12
-
13
11
Django Ninja Extra is a powerful extension for [Django Ninja](https://django-ninja.rest-framework.com) that enhances your Django REST API development experience. It introduces class-based views and advanced features while maintaining the high performance and simplicity of Django Ninja. Whether you're building a small API or a large-scale application, Django Ninja Extra provides the tools you need for clean, maintainable, and efficient API development.
14
12
15
13
## Features
@@ -20,6 +18,7 @@ Django Ninja Extra is a powerful extension for [Django Ninja](https://django-nin
20
18
- 📝 **Type Safety**: Comprehensive type hints for better development experience
21
19
- 🎯 **Django Integration**: Seamless integration with Django's ecosystem
22
20
- 📚 **OpenAPI Support**: Automatic API documentation with Swagger/ReDoc
21
+
- 🔒 **API Throttling**: Rate limiting for your API
23
22
24
23
### Extra Features
25
24
- 🏗️ **Class-Based Controllers**:
@@ -43,6 +42,7 @@ Django Ninja Extra is a powerful extension for [Django Ninja](https://django-nin
43
42
- Reusable components
44
43
45
44
## Requirements
45
+
46
46
- Python >= 3.6
47
47
- Django >= 2.1
48
48
- Pydantic >= 1.6
@@ -161,7 +161,7 @@ class UserController:
161
161
162
162
Access your API's interactive documentation at `/api/docs`:
0 commit comments