Recent changes from server PAW
This commit is contained in:
@@ -15,7 +15,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
|
||||
SECRET_KEY = os.getenv("adminAS_KEY")
|
||||
|
||||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
DEBUG = True
|
||||
DEBUG = False
|
||||
|
||||
ALLOWED_HOSTS = ['*']
|
||||
# Application definition
|
||||
@@ -142,7 +142,7 @@ else:
|
||||
'ENGINE': 'django.db.backends.mysql',
|
||||
'NAME': 'fjrodriguez$cfdi_as',
|
||||
'USER': 'fjrodriguez',
|
||||
'PASSWORD':os.getenv("BD_PASS"),
|
||||
'PASSWORD':'Soluciones28@',
|
||||
'HOST': 'fjrodriguez.mysql.pythonanywhere-services.com',
|
||||
'PORT': '3306',
|
||||
'OPTIONS': {'init_command': "SET sql_mode='STRICT_TRANS_TABLES'"},
|
||||
|
||||
Reference in New Issue
Block a user