#python
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...
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...