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.
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 Django hosting options from free tiers to self-hosted VPS. See how Appliku + Hetzner beats Heroku on price while keeping the same git-push simplicity.
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