GirlThatLovesToCode

GirlThatLovesToCode

Follow
Follow
homeMy other writingsLearn DjangoFront-endFor beginnersAbout me
Tag

Django

#django

More content

Read more stories on Hashnode


Articles with this tag

Fluent in Django: Get to know Django models better

May 4, 202117 min read8.3K 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

Apr 28, 202112 min read4.9K views

Prerequisites You will need the basic knowledge of Django. If you don't feel comfortable with Django yet, try this beginner-friendly tutorial. Django...

Fluent in Django: 10+ Django template filters you should know

Fluent in Django: 8 Django template tags you should know

Apr 19, 202113 min read8.0K views

Intro Django templating language (Django's default out-of-the-box templating language) comes with dozens of tags that make your template powerful and...

Fluent in Django: 8 Django template tags you should know

Fluent in Django: Improving your application

Apr 7, 202114 min read2.4K 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

Fluent in Django: First steps

Mar 22, 202127 min read3.9K views

Intro Knowing a language will only get you so far. If you have to build everything by yourself, you'll never get things done before the...

Fluent in Django: First steps

Your first Django REST API

Mar 10, 202113 min read1.7K views

Requirements Basic knowledge of Python Basic understanding of Django framework REST API Rest API is a term concatenated from 2...

Your first Django REST API