smoll / djangoapp

The polls app from the official Django tutorial, that demonstrates how to build data-driven Python apps in Azure App Service.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

services platforms author
app-service\web,app-service
python
cephalin

Django and PostgreSQL sample for Azure App Service

This is a sample application that you can use to follow along with the tutorial at Build a Python and PostgreSQL web app in Azure App Service.

The sample is a simple Python Django application that connects to a PostgreSQL database.

The database connection information is specified via environment variables DBHOST, DBPASS, DBUSER, and DBNAME. This app always uses the default PostgreSQL port.

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

About

The polls app from the official Django tutorial, that demonstrates how to build data-driven Python apps in Azure App Service.

License:MIT License


Languages

Language:Python 90.1%Language:HTML 8.5%Language:Shell 0.6%Language:PowerShell 0.6%Language:CSS 0.2%