Refactor project structure: rename 'rekoring' app to 'openreko' and update settings, URLs, and ASGI/WSGI configurations
This commit is contained in:
parent
269ee8cbce
commit
83e11680c9
6 changed files with 9 additions and 9 deletions
|
|
@ -1,16 +0,0 @@
|
|||
"""
|
||||
ASGI config for rekoring 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/5.2/howto/deployment/asgi/
|
||||
"""
|
||||
|
||||
import os
|
||||
|
||||
from django.core.asgi import get_asgi_application
|
||||
|
||||
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'rekoring.settings')
|
||||
|
||||
application = get_asgi_application()
|
||||
Loading…
Add table
Add a link
Reference in a new issue