How to deploy a Django application to a Linode server, setup database and see server stats.
How to deploy your Django app with Postgres Database on a Lightsail server.
How to create a server in Hetzner Cloud and deploy your Django application.
Learn how to create a new Next.js application and deploy it on AWS EC2 instance or Digital Ocean droplet.
Learn how to create a FastAPI app with PostgreSQL and deploy it on an AWS EC2 Instance.
How to create a Flask application with a POST endpoint, create a server on AWS, Digital Ocean and Hetzner and deploy your Flask app.
Step-by-step instructions on setting up an Nginx web server for a Django application on a fresh Ubuntu 20.04 LTS server. Setting up the server environment, creating a Django project, running it with gunicorn, creating a Let's Encrypt certificate, and setting up Nginx as a reverse proxy.
Step-by-step tutorial on how to create a Wagtail project and deploy it on AWS EC2 and Digital Ocean Droplet.
Learn how to use the `createsuperuser` management command in Django to create a superuser, either through prompts or by providing specific arguments.
How to create AWS S3 bucket, setup CloudFront CDN and setup Django 4.2 to upload files to S3
Looking for an alternative to Heroku for hosting Django apps? With Appliku's affordable pricing starting at $10/mo and Hetzner's competitive rates, you can save up to $1476/year while enjoying a powerful and customizable infrastructure that scales with your needs.
A simple guide upgrading Ubuntu 18.04 LTS to Ubuntu 20.04 LTS
How to create a bucket and generate credentials that only have write access to a single bucket.
The concept of Docker and Docker Compose, the benefits of using them to containerize a Django application, and provides a tutorial on how to set up a Django project in a Docker container using Docker Compose.
Why use OpenAPI and how to add it to a Django REST API project. Differences between Swagger and OpenAPI, and the benefits of using OpenAPI. Instructions on installing and setting up drf-spectacular, a package that generates OpenAPI documentation. How to. access the OpenAPI Swagger and redoc interfaces.