Django Rest API – Part 8 – Models Depth
Till now we are seen basics of models, views, serializes everything. But the most important aspect of any project is the database operations. In this blog post we will some db operations which were used a in a live project and get more in-depth knowledge of things.