test de test program

This commit is contained in:
wintz
2023-05-11 17:23:03 +02:00
parent 73c7c471ea
commit 5cfc6b056b
5 changed files with 13373 additions and 2 deletions

View File

@ -29,7 +29,7 @@ TIME_ZONE = os.environ.get("TZ") or "UTC"
# Secret key: you MUST put a consistent secret key. You can generate one
# at https://djecrety.ir/
SECRET_KEY = ""
SECRET_KEY = "jglkjerlgjreXjgklre"
# Database configuration
DATABASES = {
@ -42,7 +42,7 @@ DATABASES = {
DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"
# Allowed host for HTTP requests
ALLOWED_HOSTS = ("127.0.0.1",)
ALLOWED_HOSTS = ("127.0.0.1", "localhost")
# Assets and medias: