#python-projects
Read more stories on Hashnode
Articles with this tag
Intro Django is an MTV framework. Instead of MVC (Model, Views, Controller), it uses Model, Template, and View. The View is a Python function that...
Uploading an image, using packages, pagination, customizing admin ยท This is the second part of Fluent in Django series. We're going to upgrade the code...