Django

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
Building a REST API With Django REST Framework — step-by-step Python tutorial on Progressive Robot

Building a REST API With Django REST Framework

Let’s get our hands dirty and build some APIs! With a browsable API, robust authentication policies, and object serialization, the Django REST framework is a powerful toolkit that offers an amazing experience for rapidly creating RESTful APIs on top of the popular Python framework Django.

Read more
How To Build a Modern Web Application to Manage Customer Information with Django and React on Ubuntu 18.04 — Linux tutorial on Progressive Robot

How To Build a Modern Web Application to Manage Customer Information with Django and React on Ubuntu 18.04

In this tutorial, you will build a modern web application with a separate REST API backend and frontend using React, Django, and Django REST Framework. By using React with Django, you’ll be able to benefit from the latest advancements in JavaScript and front-end development. The web application you will build stores records about customers in a database, and you can use it as a starting point for a CRM application.

Read more
How To Install and Use Graphite on an Ubuntu 14.04 Server — step-by-step Linux tutorial on Progressive Robot

How To Install and Use Graphite on an Ubuntu 14.04 Server

Tracking statistics is a great way to make informed decisions about your systems, servers, and applications. Graphite is a graphing library that can be used to render customized graphs for any kind of data that is send to it. In this guide, we’ll talk about how to install and use Graphite on an Ubuntu 14.04 server.

Read more
CHAT