Remove asgi.py

we don't do ASGI, let's not have this hanging around as a point of confusion
This commit is contained in:
Klaas van Schelven
2024-05-16 10:10:42 +02:00
parent 5bc3a54e71
commit 6c9cc2ab4f

View File

@@ -1,16 +0,0 @@
"""
ASGI config for bugsink project.
It exposes the ASGI callable as a module-level variable named ``application``.
For more information on this file, see
https://docs.djangoproject.com/en/4.2/howto/deployment/asgi/
"""
import os
from django.core.asgi import get_asgi_application
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'bugsink.settings')
application = get_asgi_application()