shizn / 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 samples is a simple Django app that connects to a PostgreSQL database. Please refer to the corresponding tutorials to get started with this sample repo.

When deployed to Azure App Service, the database connection information is specified via environment variables RESOURCECONNECTOR_NAME, RESOURCECONNECTOR_HOST, RESOURCECONNECTOR_USER, and RESOURCECONNECTOR_PASSWORD. This app always uses the default PostgreSQL port. See the tutorials for more information.

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.6%Language:HTML 7.7%Language:Shell 0.6%Language:PowerShell 0.6%Language:Batchfile 0.5%Language:CSS 0.1%