š 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