Open MegacoderKim opened 4 years ago
The MPESA urls for DRF views can be browsed through the web to allow random posts. We can add this to all the callback CBV renderer_classes = [renderers.JSONRenderer] just not to give a user ideas incase they land there.
renderer_classes = [renderers.JSONRenderer]
The MPESA urls for DRF views can be browsed through the web to allow random posts. We can add this to all the callback CBV
renderer_classes = [renderers.JSONRenderer]
just not to give a user ideas incase they land there.