Explore the world of Django web development through our curated blog posts, where we share valuable insights, tips, and tutorials to empower both beginners and seasoned developers on their journey to building robust and scalable web applications.

šŸ“‘ Blog categories


šŸ“— Posts on Django web development:

šŸ“„ 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