Skip to content

Commit

Permalink
tentative https test
Browse files Browse the repository at this point in the history
also fix broken asgi.py
  • Loading branch information
eric-intuitem committed Feb 20, 2024
1 parent da42e9e commit 8e966b8
Show file tree
Hide file tree
Showing 3 changed files with 280 additions and 250 deletions.
8 changes: 0 additions & 8 deletions backend/ciso_assistant/asgi.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
"""
<<<<<<<< HEAD:backend/ciso_assistant/asgi.py
ASGI config for ciso_assistant project.
========
ASGI config for mira project.
>>>>>>>> main:mira/asgi.py
It exposes the ASGI callable as a module-level variable named ``application``.
Expand All @@ -15,10 +11,6 @@

from django.core.asgi import get_asgi_application

<<<<<<<< HEAD:backend/ciso_assistant/asgi.py
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "ciso_assistant.settings")
========
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'mira.settings')
>>>>>>>> main:mira/asgi.py

application = get_asgi_application()
Loading

0 comments on commit 8e966b8

Please sign in to comment.