Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit 206747c

Browse files
committed
debugging asgi daphne process in integration tests
1 parent cc0562c commit 206747c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: backend/backend/settings/gitlab-ci.py

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
from .base import * # noqa
88

9+
ASGI_APPLICATION = "backend.routing.application"
10+
911
INSTALLED_APPS = DJANGO_APPS + PROJECT_APPS + THIRD_PARTY_APPS # noqa # noqa
1012

1113
DATABASES = {

0 commit comments

Comments
 (0)