django

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

[Django] Model test

2025-01-11
Let's see how to make a test code for Models on Django project.
see more ▶︎

[Django] how to use pre-commit

2025-01-11
Let's see how to use pre-commit to execute the flake8 when you commit to Git.
see more ▶︎

[Django] how to use flake8

2025-01-11
Let's see how to use flake8 that is a static code analysis for python on Django project to keep the same code style.
see more ▶︎

Send email via Gmail SMTP

2025-01-11
Let's see how to send email via Gmail SMTP on django project, and I share my issue when I sent email.
see more ▶︎

Django Custom User Model

2025-01-11
let's see how to make Custom User Model in django.
see more ▶︎

Use JWT in django

2025-01-11
let's see how to use JWT(Json Web Token) for API in django project.
see more ▶︎

Convert django Models to JSON for response

2025-01-11
let's see how to convert QuerySet from Models to JSON type and response it when we use django for API.
see more ▶︎

Insert master data to django project

2025-01-11
let's see how to insert master data or test data to django project(data-seed)
see more ▶︎

Upload django project to Heroku

2025-01-11
let's see how to upload(deploy) django project to Heroku for production web service.
see more ▶︎

django Form

2025-01-11
let't see how to add or edit a data via django Form.
see more ▶︎

django View

2025-01-11
let's see how to make View and how to use View in django for web pages.
see more ▶︎

django ORM

2025-01-11
let's see what ORM(Object-Relational Mapping) is and how to create, read, update, delete a data via django ORM(Object-Relational Mapping).
see more ▶︎