How to deploy a Django project on AWS EC2 instance. Article show how to connect GIT repository, add database and deploy your app
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.
Run python manage.py createsuperuser to set up a Django admin instantly. Covers flags, Docker, non-interactive mode, and a custom automation command.
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.
The best free Django hosting options in 2026 — Hetzner free credits, AWS free tier, Fly.io, PythonAnywhere, and how Appliku + Hetzner gives you 5 months free.
Step-by-step Django Celery tutorial: set up Celery with Redis, schedule tasks with Celery Beat, monitor with Flower dashboard, and deploy to production in 5 minutes.
Production-ready Django + Docker + PostgreSQL setup: multi-stage builds, gunicorn, health checks, dev/prod docker-compose split, and environment variable handling. Deploy to any server in minutes.
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