Follow
Series

Fluent in Django

The well-explained and beginer-friendly Django tutorial you've been searching for.

Articles in this series

Fluent in Django: Get to know Django models better

May 4, 202117 min read 7.9K 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: 10+ Django template filters you should know
Fluent in Django: 8 Django template tags you should know
Fluent in Django: Improving your application
Fluent in Django: First steps