Fix os import and add media settings 5
This commit is contained in:
@@ -80,6 +80,12 @@ DATABASES = {
|
||||
}
|
||||
}
|
||||
|
||||
# добавил от жемени из за нжинкса
|
||||
|
||||
CSRF_TRUSTED_ORIGINS = [
|
||||
"http://192.168.1.57:8080",
|
||||
"https://shop.tertelius.space", # Сразу добавь на будущее
|
||||
]
|
||||
|
||||
# Password validation
|
||||
# https://docs.djangoproject.com/en/5.2/ref/settings/#auth-password-validators
|
||||
|
||||
Reference in New Issue
Block a user