MTV in Django
URL
URL can be considered as routes in the context of web app.
URL's are defined inside urls.py file and each URL is mapped with specific view function.
Model
Model is used to define structure of database.
A model is a Python class that inherit...
mazharsolkar.hashnode.dev1 min read