-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Add django-lisan to third-party packages documentation page
#9767
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add django-lisan to third-party packages documentation page
#9767
Conversation
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
| * [drf-viewset-profiler][drf-viewset-profiler] - Lib to profile all methods from a viewset line by line. | ||
| * [djangorestframework-features][djangorestframework-features] - Advanced schema generation and more based on named features. | ||
| * [django-elasticsearch-dsl-drf][django-elasticsearch-dsl-drf] - Integrate Elasticsearch DSL with Django REST framework. Package provides views, serializers, filter backends, pagination and other handy add-ons. | ||
| * [django-lisan](https://github.com/Nabute/django-lisan) - A lightweight translation and localization framework for Django REST Framework APIs. PyPI: [django-lisan](https://pypi.org/project/lisan) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, could you follow the existing convention and not put the links inline?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have complied to your review. Please check.
django-lisan to third-party packages documentation page
|
Thanks! |
This PR adds django-lisan to the Django REST Framework third-party packages page.
Description
A lightweight translation and localization utility for Django REST Framework APIs. It helps serve API responses in multiple languages with minimal configuration.
Links
Compatibility
Notes