Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantinRaikhert committed Oct 11, 2024
1 parent 79afe86 commit 82f6fab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion adaptive_hockey_federation/core/asgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

os.environ.setdefault(
"DJANGO_SETTINGS_MODULE",
"core.config.dev_settings",
"core.config.prod_settings",
)

application = get_asgi_application()
1 change: 0 additions & 1 deletion adaptive_hockey_federation/core/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
path("", include("competitions.urls", namespace="competitions")),
path("", include("analytics.urls", namespace="analytics")),
path("", include("unloads.urls", namespace="unloads")),
path("__debug__/", include("debug_toolbar.urls")),
path("auth/", include("django.contrib.auth.urls")),
] + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)

Expand Down

0 comments on commit 82f6fab

Please sign in to comment.