move to new domain
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-03-31 19:33:16 +03:00
parent 959f0aa9d7
commit ce3fdfffa1
6 changed files with 96 additions and 4 deletions

View File

@@ -10,6 +10,8 @@ ALLOWED_HOSTS = [
'k-boris.tech',
'www.k-boris.tech',
'admin.k-boris.tech',
'killmybacklog.com',
'www.killmybacklog.com',
'localhost',
'127.0.0.1',
]
@@ -18,6 +20,8 @@ CSRF_TRUSTED_ORIGINS = [
'https://k-boris.tech',
'https://www.k-boris.tech',
'https://admin.k-boris.tech',
'https://killmybacklog.com',
'https://www.killmybacklog.com',
]
INSTALLED_APPS = [