GirlThatLovesToCode

GirlThatLovesToCode

Follow
homeMy other writingsLearn DjangoFront-endFor beginnersAbout me
Tag

python projects

#python-projects

More content

Read more stories on Hashnode


Articles with this tag

Fluent in Django: Get to know Django models better

May 4, 202117 min read 8.1K views

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

Fluent in Django: Get to know Django models better

Fluent in Django: Improving your application

Apr 7, 202114 min read 2.3K views

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

Fluent in Django: Improving your application