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

This commit is contained in:
fjrodriguez
2023-03-09 11:37:18 -06:00
parent d6e76930ed
commit e8817cb3b8
4 changed files with 21 additions and 3 deletions

View File

@@ -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