Skip to content

Commit

Permalink
Turned Debug On
Browse files Browse the repository at this point in the history
  • Loading branch information
jw4ng committed Aug 31, 2023
1 parent 83a65ed commit e80ca95
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions SolarTax/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@

# SECURITY WARNING: Don't run with debug turned on in production!

if os.path.exists('hiddenVars'):
#if os.path.exists('hiddenVars'):
DEBUG = True
ALLOWED_HOSTS = []
else:
DEBUG = False
ALLOWED_HOSTS = ['solar-tax-webapp.azurewebsites.net', 'https://solar-tax-webapp-dev.azurewebsites.net', 'localhost:8000', '127.0.0.1:8000']
ALLOWED_HOSTS = ['https://solar-tax-webapp-dev.azurewebsites.net']
#else:
#DEBUG = False
#ALLOWED_HOSTS = ['solar-tax-webapp.azurewebsites.net', 'https://solar-tax-webapp-dev.azurewebsites.net', 'localhost:8000', '127.0.0.1:8000']
# ALLOWED_HOSTS = []

# Application definition
Expand Down

0 comments on commit e80ca95

Please sign in to comment.