django

python django installation, usage and tips will be shared in this category.

django Routing

2020-12-16
let's see how to manage the website routing via django url management feature.
see more ▶︎

django Administrator Page

2023-03-15
let's see how to use the administrator page that django basically provides
see more ▶︎

Use Models in Django

2023-03-15
let's see how to create an application in django project and, how to make and use Models for storing the data required in the project.
see more ▶︎

Start Django Project

2023-03-15
let's start django project with django command and let's see how to configure django project and connect DB(mysql).
see more ▶︎

Django installation

2021-03-19
let's see how to install django and how to configure django.
see more ▶︎