Deploy Django App with NGINX
After the multiple issues that arose from having Django as an App service talking to the Azure VM (containing PostgreSQL) database, which would then talk to the Static Web App. The entire configuration was dropped.
After the multiple issues that arose from having Django as an App service talking to the Azure VM (containing PostgreSQL) database, which would then talk to the Static Web App. The entire configuration was dropped.
Useful Links
Instructions adapted from https://wadewilliams.com/software/generating-erd-for-django-applications/
Previous work
This document shall serve as the master-reference for all Python based