šŸ“‘ Blog categories


šŸ“– All posts

šŸ“™ AWS

šŸ“— Django

šŸ“• General IT


šŸ“— Posts on Django:

šŸ“„ A guide on how to use Celery and RabbitMQ with Django

šŸ“„ Prepare your Django project for production

šŸ“„ Django models: A deeper dive

šŸ“„ What is the Django REST framework?

šŸ“„ Django shorts: #9 Protecting sensitive information

šŸ“„ Django shorts: #8 [FREE] Deployment options

šŸ“„ How to dockerize a Django web application

šŸ“„ Django shorts: #7 Blank vs Null?

šŸ“„ Services needed to dockerize a Django web app to AWS

šŸ“„ Django shorts: #6 Auto DateTime Fields

šŸ“„ Django shorts: #5 Humanize

šŸ“„ Django shorts: #4 Useful packages

šŸ“„ Django shorts: #3 Sending emails

šŸ“„ Django shorts: #2 Crispy forms

šŸ“„ Django shorts: #1 Environment variables
Ā 

šŸ“„ Django: Adding icons to our project

šŸ“„ Django: Adding user notifications

šŸ“„ Django: Rendering data into a template

šŸ“„ Django: Configure template rendering
Ā 

šŸ“„ Why learn Django?
Ā 

šŸ“„ Django: How to start a project?

šŸ“„ Django: Configure and connect to static files

šŸ“„ Django: How to access the admin panel

šŸ“„ Django: How to create a user

šŸ“„ Django: Understanding the concept of a Django app

šŸ“„ Django: How to install and setup python
Ā 

šŸ“„ Django models: Deleting a record from a database - [DELETE]

šŸ“„ Django models: Updating a record from a database - [UPDATE]

šŸ“„ Django models: Reading records from a database - [READ]

šŸ“„ Django models: Creating a simple models with records - [CREATE]
Ā 

šŸ“„ Django: How to authenticate a user

šŸ“„ Django: How to protect your views

šŸ“„ Django: How to implement Python Decouple
Ā 

šŸ“„ The best third-party tools to utilize for Django deployment

šŸ“„ Multi-factor authentication (MFA) for your Django admin page

šŸ“„ Adding a session timeout in Django

šŸ“„ Using a simple captcha in Django

šŸ“„ Django web application security checklist

šŸ“„ Manage failed login attempts with Django