Solving the issues in the login and others

This commit is contained in:
Vivek P Prakash
2025-11-28 16:03:23 +05:30
parent fabd36cf3f
commit c4d7d4f6bf
7 changed files with 461 additions and 211 deletions

View File

@@ -9,11 +9,10 @@ SECRET_KEY = os.environ.get('DJANGO_SECRET_KEY', 'change-me-in-production')
#
# ALLOWED_HOSTS = os.environ.get('DJANGO_ALLOWED_HOSTS', '*').split(',')
DEBUG = False
DEBUG = True
ALLOWED_HOSTS = [
'216.48.180.218',
'uat.eventify.com'
'*'
]
INSTALLED_APPS = [