Correcciones en nombre sea de dios

This commit is contained in:
fjrodriguez
2023-04-12 08:07:06 -06:00
parent 4fe84dbfb6
commit 21b92f248e
6 changed files with 48 additions and 15 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