Articles in this series
MVT/ MTV is an essential concept in Django which is very similar to MVC as used on other frameworks. MVT in Django is a design pattern used to...
Django comes with its own default database SQLite, which is a lightweight and simple relational database management system. While SQLite is a good...
Comprehensive and effective way to create a Model in Django · One of the key features of Django is it use of models, which are used to represent the data...
The simple and basic way to start writing your own Views. · What is Views In Django, a view is a Python function that takes a web request and returns a...
As a newbie, forget all the noise and learn Django for backend web development (well do your research and see what is suitable for you). Django is a...