Coder Social home page Coder Social logo

djangoapp's Introduction

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.

BREAKING CHANGE Oct 12 2020: The DBHOST environment variable is expected to contain only the server name, not the full URL, which is constructed at run time (see azuresite/production.py). Similarly, DBUSER is expected to contain only the user name, not username@servername as before, because using the simpler DBHOST the code can also construct the correct login form at run time (again in azuresite/production.py), avoiding failures that arise when DBUSER lacks the @servername portion.

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

djangoapp's People

Contributors

cephalin avatar cmcclister avatar kraigb avatar microsoftopensource avatar msftgits avatar nosahama avatar samuelatuma1 avatar snehaagrawal-msft avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.