Deploying Django & React App on Microsoft Azure #2: Changing Python Django Code for Deployment

Опубликовано: 12 Март 2026
на канале: CBI Analytics
5,997
74

In this tutorial series we are deploying our Django and React application on Microsoft Azure. In this video I explain the changes to our Django backend code.

Install Whitenoise: https://pypi.org/project/whitenoise/
Install Psycopg2: https://pypi.org/project/psycopg2/
Django databases docs: https://docs.djangoproject.com/en/4.2...
Whitenoise Django docs: https://whitenoise.readthedocs.io/en/...

#1: Architecture of the Deployment:    • Deploying Django & React App on Microsoft ...  

Project code: https://github.com/NickMol/Django-Rea...