test de test program
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user