Sami El Achi

Results 4 comments of Sami El Achi

If anyone lands on this, you can use a combination of `ninja.decorators.decorate_view` & `django.views.decorators.cache.cache_page` ```python from django.views.decorators.cache import cache_page from ninja.decorators import decorate_view @api.get("/") @decorate_view(cache_page(10)) def info(request): ... ```

@elitedeveloper I've created a fork to resolve this You can try https://github.com/samiashi/hypernova-react

@farridav @jameslao @PacificGilly any updates on this? Would be good to move this forward