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

DEBUG = False in production.py #33

Open Smurfffje opened 3 years ago

Smurfffje commented 3 years ago

Shouldn't the following line be in the production.py file since it is used to deploy to a public environment: DEBUG = True