Learn how to deploy a Django app on Hetzner Cloud VPS using Appliku. ARM server setup, Postgres, automatic HTTPS, and git-based deployments — from zero to live in under 15 minutes.
Learn how to use the Django createsuperuser command to create an admin superuser. Covers basic usage, custom username/email flags, and non-interactive mode.
Add filters to Django admin using list_filter and create custom filters with SimpleListFilter. Practical examples for date ranges, boolean fields, and multi-value filtering.
Compare the best Django hosting options in 2025 — Appliku, Heroku, Railway, Render, and more. Includes free tier options. Deploy your Django app affordably with your own server.
Complete Django Celery tutorial: install Celery with Redis, create background tasks, configure Celery Beat for scheduling, add retry logic, and monitor with Flower.
Learn how to set up a Django Docker project with Postgres from scratch. Covers multi-stage Dockerfile builds, health checks, named volumes, and docker-compose.override.yml for dev vs production.
Database is the main auxiliary service needed for running your Django Project. How to create AWS RDS Postgres Database and connect to Django.
How to send email from Django Project via AWS SES, set up tracking of bounces and complaints, and filter bad email addresses to protect email deliverability.
Learn how to create Express.js application with an endpoint that stores records in PostgreSQL database and deploy it on AWS EC2 Instance and Digital Ocean Droplet
Learn how to create a chat application with Django channels and deploy it in production without learning about DevOps!