Run python manage.py createsuperuser to set up a Django admin instantly. Covers flags, Docker, non-interactive mode, and a custom automation command.
Set up Celery Flower to monitor Django background tasks in real time. Step-by-step: Docker Compose setup, basic auth, nginx proxy, Prometheus metrics, and one-click deploy with Appliku.
Complete guide to JWT authentication in Django using djangorestframework-simplejwt. Covers token refresh, blacklisting, custom claims, logout, and all SIMPLE_JWT settings.
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.
Master Celery chord and group for parallel Django tasks. Covers chain vs chord, error callbacks with link_error, chord_unlock behavior, and working code examples.
This tutorial explains what RESTful API is and why it's used, followed by a step-by-step guide on how to build a REST API using Django. It covers creating a new Django project, defining models for a TODO app, using REST framework serializers and CRUD views, setting up a Django REST framework router and URLs, and testing the API.
Series of bite-sized topic-based tutorials about unleashing the power of Django Admin
Set up Swagger UI and ReDoc for your Django REST Framework API in minutes. Learn to add drf-spectacular, configure OpenAPI schema, and get interactive API docs automatically.
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.
Looking for a Heroku alternative for Django? Compare Appliku, Railway, Render, and Fly.io. Cut your hosting bill by $1,400/year. Same git-push deploys, your own server.
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.