#django
Read more stories on Hashnode
Articles with this tag
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...
Pipenv is a tool that aims to bring the best of all packaging worlds to the Python world. It harnesses Pipfile, pip, and virtualenv into one single...
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...