Django

How To Install the Django Web Framework on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install the Django Web Framework on Ubuntu 14.04

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: Finding the Bottleneck — step-by-step Linux tutorial on Progressive Robot

How To Scale Django: Finding the Bottleneck

Once an app has been deployed and more and more people begin using it, it won’t be long before you begin to notice it slowing down. This is a common problem, and in this tutorial we will go over some tools that work with Django which can help to alleviate this issue.

Read more
Build a Web App With Django — step-by-step Python tutorial on Progressive Robot

Build a Web App With Django

Let’s explore Django — a powerful Python Web framework that enables rapid development, robust database management, and many built in tools that make building your app easier.

Read more
Создание с помощью Django и React современного веб-приложения для управления данными клиентов в Ubuntu 18.04 — Linux tutorial on Progressive Robot

Создание с помощью Django и React современного веб-приложения для управления данными клиентов в Ubuntu 18.04

Автор выбрал организацию Open Sourcing Mental Illness Ltd для получения пожертвований в рамках программы Write for DOnations. Для подключения к Интернету и просмотра сайтов…

Read more
How To Install And Get Started With FeinCMS — step-by-step Python tutorial on Progressive Robot

How To Install And Get Started With FeinCMS

One of the several popular options available for a Django based content management system CMS is FeinCMS. Being more of a framework in the sense of a Django-upgrade, it is possible to simply create relatively complex websites and applications using FeinCMS.

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

How To Install the Django Web Framework on Ubuntu 16.04

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 Secure Your Django Application with a Content Security Policy — step-by-step Python tutorial on Progressive Robot

How To Secure Your Django Application with a Content Security Policy

Websites use various services, styles, scripts, and images to load and render content, and the browser will execute all of it. Using a Content Security Policy (CSP) can help ensure that users are protected from malicious code. In this tutorial, you’ll implement a CSP in a basic Django app, customizing the CSP to allow certain domains and inline resources to run. You’ll also set up Sentry to log violations.

Read more
CHAT