Azure-Samples / djangoapp

The polls app from the official Django tutorial, that demonstrates how to build data-driven Python apps in Azure App Service.
MIT License
56 stars 426 forks source link

Change DBHOST and DBUSER forms #14

Closed kraigb closed 4 years ago

kraigb commented 4 years ago

Also use pathlib.Path instead of os.path in settings.py.

Purpose

Does this introduce a breaking change?

[X] Yes (explained in the updated README.md)
[ ] No
kraigb commented 4 years ago

NOTE: Do not merge until updates to the associated tutorial are verified as published.