Skip to content

Commit

Permalink
trying to fix login issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiragAgg5k committed Sep 24, 2023
1 parent 0891e40 commit a6b5b56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rescueradar/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@
SECRET_KEY = 'django-insecure-4=+_96i2jaye4i1-1o)xa+-mid$7j^&jd93b#c!=u2!p+_yqsr'

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = False
DEBUG = True

ALLOWED_HOSTS = ['rescueradar.azurewebsites.net', '127.0.0.1','localhost']
CSRF_TRUSTED_ORIGINS = [
'http://rescueradar.azurewebsites.net',
'https://rescueradar.azurewebsites.net',
'https://rescueready.azurewebsites.net',
]

Expand Down

0 comments on commit a6b5b56

Please sign in to comment.