Cambios en Post Timbres y conteo CD
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 = False
|
||||
DEBUG = True
|
||||
|
||||
ALLOWED_HOSTS = ['*']
|
||||
# Application definition
|
||||
@@ -133,7 +133,7 @@ if DEBUG:
|
||||
DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.mysql',
|
||||
'NAME': 'cfdi_as2',
|
||||
'NAME': 'cfdi_as',
|
||||
'USER': 'root',
|
||||
'PASSWORD':os.getenv("BD_PASS"),
|
||||
'HOST': '127.0.0.1',
|
||||
|
||||
Reference in New Issue
Block a user