Django

Como Instalar o Framework Web Django no Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Como Instalar o Framework Web Django no Ubuntu 18.04

O Django é um framework Web Python completo para o desenvolvimento de sites e aplicativos dinâmicos. Usando o Django, você pode criar aplicativos Web em Python e confiar no framework para fazer uma boa parte do trabalho pesado. Neste guia,…

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 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 Add Unit Testing to Your Django Project — step-by-step Python tutorial on Progressive Robot

How To Add Unit Testing to Your Django Project

Testing a website can be a complex task to undertake because it is made up of several layers of logic like handling HTTP requests, form validation, and rendering templates. However Django provides a set of tools that makes testing your web application seamless. In this tutorial, you will set up a test suite in your Django project and write unit tests for the models and views in your application. You will run these tests, analyze their results, and learn how to find the causes of failing tests.

Read more
CHAT