settings.py

master
VARUN 3 weeks ago
parent be5c181822
commit e39e588835

@ -25,7 +25,7 @@ SECRET_KEY = 'django-insecure-r*y737z-@#o&lm&hfylvv4*h$8c_288g2m_y=e3gz%_-ig!i^_
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = []
ALLOWED_HOSTS = ["https://armintacareers.com/"]
# Application definition
@ -82,8 +82,8 @@ DATABASES = {
'NAME': 'skyonn4',
'USER': 'root',
'PASSWORD': '',
'HOST': 'localhost',
'PORT': '3306',
'HOST': '34.93.75.170',
'PORT': '27017',
'OPTIONS': {
'init_command': "SET sql_mode='STRICT_TRANS_TABLES'",
},

Loading…
Cancel
Save