Python Frameworks

How To Create a Django App and Connect it to a Database — step-by-step Linux tutorial on Progressive Robot

How To Create a Django App and Connect it to a Database

In this tutorial, you will learn how to set up the initial foundation for a blog website with connections to a MySQL database. This will involve creating the skeleton structure of the blog web application using django-admin, creating the MySQL database and then connecting the web application to the database.

Read more
Установка Django и настройка среды разработки в Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Установка Django и настройка среды разработки в Ubuntu 20.04

Django — бесплатная веб-структура с открытым исходным кодом, написанная на Python. Она построена на принципах масштабируемости, многократного использования элементов и быстрой разработки. Также она отличается согласованностью и слабой связанностью компонентов, за счет чего…

Read more
CHAT