Published at Jul 8, 2025 Adding a `has_rated` Field to Your API Response with Ninja djangoninjaapi-developmentpython Learn how to add an additional field to Ninja API responses in Django
Published at Jul 8, 2025 Pytest for API Testing: A Practical Guide pytestapi-testingpython A comprehensive guide on using Pytest for API testing, including setup, test cases, fixtures, and examples.
Published at Jul 8, 2025 Django Ninja and Async Views django-ninjaasync-viewsasgielasticsearch Explore Django Ninja's async views for efficient concurrent operations. Learn how to implement and test async views, mix sync/async code, and use async ORM features.
Published at Jul 8, 2025 Django Ninja JWT Integration Guide django-ninjajwtauthentication Integrate Django Ninja JWT for secure API authentication. Learn to install, configure, and use JWT endpoints with custom controllers and localization.
Published at Jul 8, 2025 Enabling CORS in Django REST Framework djangocorsapi A simple guide to enable CORS in Django REST Framework, with step-by-step instructions and configuration examples.