Is there a way to disable default behaviour of django rest framework so that it don't lookup backend database? In my project I have few simple API's which don't need database. But behind the scene Django try to connect with database which adds extra milli seconds in response time. Is there a way to disable default behaviour of