Skip to content

Commit

Permalink
Fix formatting in settings file
Browse files Browse the repository at this point in the history
  • Loading branch information
nulzo committed Oct 28, 2023
1 parent 6e870d7 commit 61092f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/base/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@
# CORS_ORIGIN_WHITELIST = ("http://localhost:5173",)

ASGI_APPLICATION = "src.api.routing.application"
CHANNEL_LAYERS = {"default": {
"BACKEND": "channels.layers.InMemoryChannelLayer"}}
CHANNEL_LAYERS = {"default": {"BACKEND": "channels.layers.InMemoryChannelLayer"}}

MESSAGE_STORAGE = "django.contrib.messages.storage.cookie.CookieStorage"

Expand Down

0 comments on commit 61092f6

Please sign in to comment.