-
-
Notifications
You must be signed in to change notification settings - Fork 527
-
django cache ? or @ninja_cache
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 3
Replies: 1 comment 3 replies
-
since django cache_view is not really compatible, I guess there will be at some pint either utils method or docs for making one
Beta Was this translation helpful? Give feedback.
All reactions
-
ok. thanks.
i already use ninja in production.
cache and throttle is the last two features i need in ninja .
Beta Was this translation helpful? Give feedback.
All reactions
-
Any update on this?
Beta Was this translation helpful? Give feedback.
All reactions
-
Caching (using standard django caching mechanism) - https://django-ninja.dev/whatsnew_v1/?h=cache#decorators
Throttling - https://django-ninja.dev/guides/throttling/
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 2