Skip to content

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

License

Notifications You must be signed in to change notification settings

shizn/djangoapp

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.5%
  • HTML 7.7%
  • Other 1.8%