Blog

Kostja Palović

Django Custom User Model

Read more →
Kostja Palović

How to create a superuser in Django

Learn how to use the `createsuperuser` management command in Django to create a superuser, either through prompts or by providing specific arguments.

Read more →
Kostja Palović

How to create AWS RDS Postgres instance

Database is the main auxiliary service needed for running your Django Project. How to create AWS RDS Postgres Database and connect to Django.

Read more →
Kostja Palović

Django Docker Tutorial with Postgres

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.

Read more →
Kostja Palović

How to send emails with Django via SES with SNS

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.

Read more →
Kostja Palović

How to deploy Express with PostgreSQL on AWS EC2 and Digital Ocean Droplet

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

Read more →
Kostja Palović

How to deploy Sphinx documentation site on your server

Read more →
Kostja Palović

Start and Deploy Pelican static blog on your own server

Read more →
Kostja Palović

How to build and deploy MkDocs documentation site

Read more →
Kostja Palović

Start and deploy Docusaurus Documentation Static Site on your own server

Read more →
Kostja Palović

Start and deploy Jekyll static site on your server

Read more →
Kostja Palović

Django Channels WebSockets Quickstart Tutorial

Learn how to create a chat application with Django channels and deploy it in production without learning about DevOps!

Read more →
Kostja Palović

How to setup Django Sqlite Settings

Read more →
Kostja Palović

Django Admin Inlines

Read more →
Kostja Palović

How to use decorator in class-based view methods

Read more →
Kostja Palović

CSV and Excel Import and Export in Django Admin Site

Read more →
Kostja Palović

Django Admin Panel Tutorial

Series of bite-sized topic-based tutorials about unleashing the power of Django Admin

Read more →
Kostja Palović

Basic Django Admin Panel Setup and registering models

Read more →