Django posts

How to deploy Django Application on railway.app?

Deploy Django application in railway.app easily with two steps

12 Jan, 2023

django

railway.app

Django download file on button click

To properly download a file on Django response you need to have Content-Disposition response

11 Jan, 2023

django

How to override Django Admin QuerySet?

Admin is one of the powerful battery in Django. The default app that comes with admin is useful for accessing the database values. Often times customise the result shown in the lists can be achieved using the custom QuerySet methods.

1 Dec, 2022

django

How to check ForeignKey reverse relation exists in Django?

To check reverse relation exists in Django you need to use isnull keyword on queryset

27 Jun, 2022

django

Django Channels for Real Time Updates

How to convert a Django project into a real-time capable project. So that it will be easy to implement websockets, https2 features. And will be useful for creating chat application and notification system from Django Channels

23 May, 2022

django

Django Tailwind CSS Tutorial

How to integrate TailwindCSS with Django in 2022?. This post is for the people who wanted to integrate Django with tailwind but not interested in using NPM.

20 May, 2022

django

How to setup continuous deployment on fly.io Django application?

Automate flyctl deploy procedure by setting up CI/CD on Github Actions.

19 May, 2022

django

How to deploy Django project to fly.io?

Deploying django application into fly.io paas server.

18 May, 2022

django

How to scale celery to execute many tasks in parallel?

Celery worker can not execute many tasks at the time. But with this simple configuration you can run many task in parallel.

14 Apr, 2022

django

How to check if latitude and longitude inside geo boundary in Django ?

How do we actually check if a given place may be geo location coordinate inside a boundary in Django?

7 Dec, 2021

django


Join the Newsletter

Subscribe to get our latest content by email.
    We won't send you spam. Unsubscribe at any time.