Django

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
Django Python: Unleashing Web Magic

Django Python: Unleashing Web Magic

Django is a high-level web framework written in Python that encourages rapid development and clean, pragmatic design. With its “batteries included” philosophy, Django comes equipped with a plethora of built-in features for web development, making it a popular choice for developers looking to create robust and scalable web applications. In this article, we will delve into the key features of Django, explore its architecture and components, and provide insights into working with models, views, templates, forms, authentication, as well as advanced concepts and best practices.

Read more
CHAT