Pinned Loading
-
drf-stripe-subscription
drf-stripe-subscription PublicAn out-of-box Django REST framework solution for payment and subscription management using Stripe.
-
django-ninja-simple-jwt
django-ninja-simple-jwt PublicSimple and elegant stateless JWT-based authentication built for django-ninja
-
django-oauth-toolkit-spa
django-oauth-toolkit-spa Public archiveA set of out-of-box REST endpoints for auth operations, providing refresh token in HttpOnly cookie and access token in body, perfect for SPA web apps. Built on top of models provided by django-oaut…
-
building-efficient-api
building-efficient-api PublicComparing API performance: Django REST Framework, Django Ninja, FastAPI, and Go
-
Building Django project like a Java ...
Building Django project like a Java developer: design pattern for complex web projects 1## Background
2Django and Django REST Framework are designed around Active Records design pattern where each Record Object represents a “living” database record that can be interacted with where the changes as resulted of the interaction is reflected on the underlying database record automatically.
3This has allowed many of Django's libraries including Django REST Framework to access data and modify data from all parts of the application, and thus encourages vertically integrated features where behaviors that are defined by Models, such as using ModelSerializer and ModelViewset.
45## Challenges
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.