feat: connect django admin smoke tests

This commit is contained in:
QiuSW
2026-07-02 09:46:32 +08:00
parent af0302c3f6
commit 8896d80447
8 changed files with 91 additions and 15 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ SECRET_KEY = os.environ.get("DJANGO_SECRET_KEY", "django-insecure-dev-only-chang
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = env_bool("DJANGO_DEBUG", True)
ALLOWED_HOSTS = env_list("DJANGO_ALLOWED_HOSTS", "127.0.0.1,localhost")
ALLOWED_HOSTS = env_list("DJANGO_ALLOWED_HOSTS", "127.0.0.1,localhost,testserver")
# Application definition