django-planet

Blog: Honeybadger Developer Blog

web https://www.honeybadger.io/blog/tags/django
Author Charlie Macnamara Edidiong Etuk Michael Barasa Muhammed Ali

How to dockerize a Django, Preact, and PostgreSQL Application

Feb. 20, 2024 » Honeybadger Developer Blog (Django Articles) » [Archived Version]

Dockerizing your Django application can be intimidating, but the rewards outweigh the risks. In this guide, Charlie Macnamara walks you through the setup process so you can get the most out of your applications.

Read More

Options for passwordless authentication in Django apps

Sept. 28, 2023 » Honeybadger Developer Blog (Django Articles) » [Archived Version]

Passwordless authentication is gaining popularity as a secure and user-friendly alternative to traditional password-based authentication in Django applications. In this article, we will delve into three passwordless authentication methods: email-based authentication, authentication with OAuth, and authentication with magic links.

Read More

Reducing your Python app's memory footprint

Sept. 14, 2023 » Honeybadger Developer Blog (Django Articles) » [Archived Version]

Lower your Python app's memory consumption with these expert tips to deliver a more seamless user experience.

Read More

Tips for upgrading Python/Django versions in existing apps

July 20, 2023 » Honeybadger Developer Blog (Django Articles) » [Archived Version]

Unlock the power of the latest Python and Django versions with expert tips for seamlessly upgrading your existing apps.

Read More

Deploying a Django Application to Elastic Beanstalk

Feb. 6, 2023 » Honeybadger Developer Blog (Django Articles) » [Archived Version]

Amazon's Elastic Beanstalk service makes deploying and managing high-availability web applications on AWS easier. In this article, learn how to deploy a Python/Django application to Elastic Beanstalk.

Read More

Deploying a Django application on Ubuntu

Jan. 19, 2023 » Honeybadger Developer Blog (Django Articles) » [Archived Version]

Do you need complete control over your production environment? If so, you might want to skip the Platform as a Service (PaaS) offerings and deploy to your own server instead. This article describes deploying a Django application to an Ubuntu server at Linode.

Read More

Working With GraphQL and Django

Jan. 5, 2023 » Honeybadger Developer Blog (Django Articles) » [Archived Version]

If you've ever wondered if there is a better way to build and consume APIs, you should check out GraphQL—it's better than REST in many cases. This article discusses how to work with GraphQL in Django.

Read More

How to dockerize a Django and React application

Oct. 20, 2022 » Honeybadger Developer Blog (Django Articles) » [Archived Version]

Docker offers many benefits, but it can be tricky to get started—especially when you need to deploy several components. In this article, Muhammed Ali shows how to use Docker and Docker Compose to containerize an application built with Django and React.

Read More

Job Queues and Workers in Django

Oct. 6, 2022 » Honeybadger Developer Blog (Django Articles) » [Archived Version]

Job queues are a powerful tool for processing background work in your Django applications. This article teaches about job queues and workers—and how to implement them with Django Q and Celery.

Read More

Building a Realtime Chat App with Django Channels and WebSockets

Sept. 22, 2022 » Honeybadger Developer Blog (Django Articles) » [Archived Version]

Building stateful web applications can be tricky, unless you use a framework, of course—Django to the rescue! In this article, learn how to build a realtime chat app using Django Channels and WebSockets.

Read More