add 37 to UUID for cancelaciones to EDICOM add 'C' last char to know it's cancel2

This commit is contained in:
fjrodriguez
2023-03-09 11:37:52 -06:00
parent e8817cb3b8
commit 4af3b42372

View File

@@ -15,7 +15,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
SECRET_KEY = os.getenv("adminAS_KEY") SECRET_KEY = os.getenv("adminAS_KEY")
# SECURITY WARNING: don't run with debug turned on in production! # SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True DEBUG = False
ALLOWED_HOSTS = ['*'] ALLOWED_HOSTS = ['*']
# Application definition # Application definition