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

Commit

Permalink
debugging asgi daphne process in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
briancaffey committed Nov 25, 2020
1 parent cc0562c commit 206747c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/backend/settings/gitlab-ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

from .base import * # noqa

ASGI_APPLICATION = "backend.routing.application"

INSTALLED_APPS = DJANGO_APPS + PROJECT_APPS + THIRD_PARTY_APPS # noqa # noqa

DATABASES = {
Expand Down

0 comments on commit 206747c

Please sign in to comment.