Django Data Modeling, E-Commerce Data Modeling, Model Organization in Apps
Introduction to Data Modelling
Models are used to store and retrieve data. First, of all we should always figure out pieces of data that we want to store. So, what entities or concepts do we have in an e-commerce application?
We need a concept of a p...
ilkecandan.hashnode.dev3 min read