Django

Showing 1-9 of 16 results
EngineeringIcon ChevronBack-end

Security in Django Applications: A Pydantic Tutorial, Part 4

By Arjaan Buijk

Django’s built-in security checker identifies vulnerabilities with ease. Here’s how you can enforce HTTPS redirects to tighten security on your web applications.

8 minute readContinue Reading
EngineeringIcon ChevronBack-end

How to Deploy Django on Heroku: A Pydantic Tutorial, Part 3

By Arjaan Buijk

Heroku makes deployment—and redeployment—incredibly simple. Explore Heroku’s Django hosting in this tutorial, and see for yourself.

9 minute readContinue Reading
EngineeringIcon ChevronBack-end

Optimize Your Environment for Development and Production: A Pydantic Tutorial, Part 2

By Arjaan Buijk

Learn how to develop a Django application coupled with pydantic where the development environment matches production.

9 minute readContinue Reading
EngineeringIcon ChevronBack-end

Streamline Your Django Settings With Type Hints: A Pydantic Tutorial, Part 1

By Arjaan Buijk

Python and pydantic make a powerful runtime combination when validating data and settings, resulting in reduced debugging and a simplified code base.

6 minute readContinue Reading
EngineeringIcon ChevronBack-end

Zero to Hero: Flask Production Recipes

By Ivan Poleschyuk

Flask is a great way to get up and running quickly with a Python applications, but what if you wanted to make something a bit more robust? In this article, Toptal Freelance Python Developer Ivan PoleschyuI shares some tips and useful recipes for building a complete production-ready Flask application.

11 minute readContinue Reading
EngineeringIcon ChevronBack-end

YouTube API Integration: Uploading Videos with Django

By Ivan Neto

Uploading a video to YouTube seems like a simple enough task, but non-existent documentation and unmaintained libraries can make even the simplest of tasks seem daunting. In this post, Toptal Freelance Django Developer Ivan Carmo da Rocha Neto guides you through how to post YouTube videos from your Django app.

9 minute readContinue Reading
EngineeringIcon ChevronBack-end

A Guide to Performance Testing and Optimization With Python and Django

By Iulian Gulea

Donald Knuth said that "premature optimization is the root of all evil." But there comes a time, usually in mature projects with high loads, when the need to optimize presents itself. In this article, Toptal Freelance Software Engineer Iulian Gulea talks about five common methods to optimize a web project’s code using principles that can be used in Django as well as other frameworks and languages. Using these principles, he demonstrates how to reduce the response time of a query from 77 to 3.7 seconds.

12 minute readContinue Reading
EngineeringIcon ChevronBack-end

Orchestrating a Background Job Workflow in Celery for Python

By Rustem Kamun

In this article, I will try to give you a good understanding of which scenarios could be covered by Celery. Not only will you see interesting examples, but will also learn how to apply Celery with real world tasks such as background mailing, report generation, logging and error reporting. I will share my own way of testing tasks beyond emulation and explain a few tricks that go beyond the official documentation and took me hours of research to discover myself.

15 minute readContinue Reading
EngineeringIcon ChevronTechnology

Top 10 Mistakes That Django Developers Make

By Alexandr Shurigin

In this tutorial, we will look at some common mistakes that are often made by Django developers and ways to avoid them. This tutorial is useful even if you’re a skilled Django developer because these mistakes aren’t just limited to new developers taking their first stab at Django.

12 minute readContinue Reading

Join the Toptal® community.