settings.py

master
VARUN 3 weeks ago
parent c0f154249b
commit 5bc51db1b0

@ -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 = ["armintacareers.com","34.93.75.170:8000","34.36.25.135:8000"]
# Application definition
@ -82,7 +82,7 @@ DATABASES = {
'NAME': 'skyonn4',
'USER': 'root',
'PASSWORD': '',
'HOST': 'localhost',
'HOST': '34.93.75.170',
'PORT': '3306',
'OPTIONS': {
'init_command': "SET sql_mode='STRICT_TRANS_TABLES'",

Loading…
Cancel
Save