mirror of
https://github.com/bugsink/bugsink.git
synced 2026-01-05 21:00:13 -06:00
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:
@@ -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()
|
||||
Reference in New Issue
Block a user