Django

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
How To Set Up Django with Postgres, Nginx, and Gunicorn on Debian 11 — step-by-step Linux tutorial on Progressive Robot

How To Set Up Django with Postgres, Nginx, and Gunicorn on Debian 11

Django is a powerful web framework that can help you get your Python application or website off the ground. Django includes a simplified development server for testing your code locally, but for anything even slightly production related, a more secure and powerful web server like Nginx is a major asset to your stack.

Read more
CHAT