Django

How To Harden the Security of Your Production Django Project — step-by-step Python tutorial on Progressive Robot

How To Harden the Security of Your Production Django Project

Developing a Django application can be a quick and clean experience, because its approach is flexible and scalable. Django also offers a variety of security-oriented settings that can help you seamlessly prepare your project for production. In this tutorial, you will leverage a security-oriented workflow for your Django development by implementing and configuring environment-based settings, dotENV, and Django’s built-in security settings.

Read more
How To Install the Django Web Framework on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install the Django Web Framework on CentOS 7

Django is a powerful framework for writing Python web applications. Using a full-featured framework like Django allows you to get your applications and sites up and running quicker without having to worry about the common structural code to tie it together. Frameworks let…

Read more
How To Install the Django Web Framework on Debian 8 — step-by-step Linux tutorial on Progressive Robot

How To Install the Django Web Framework on Debian 8

Django is a full-featured Python web framework for developing dynamic websites and applications. Using Django, you can quickly create Python web applications and rely on the framework to do a good deal of the heavy lifting. In this guide, we will show you how to get Django…

Read more
How to Scale Django: Beyond the Basics — step-by-step Linux tutorial on Progressive Robot

How to Scale Django: Beyond the Basics

As a web app grows in popularity and number of users, the need to scale performance will continue to be a point of focus for its developer(s). In this tutorial, we will go over a few higher-level strategies for scaling apps built on Django, going beyond the initial scaling tips we’ve already covered.

Read more
CHAT