Refactor project structure: rename 'rekoring' app to 'openreko' and update settings, URLs, and ASGI/WSGI configurations

This commit is contained in:
Jesper Thøgersen 2025-09-20 22:38:12 +02:00
parent 269ee8cbce
commit 83e11680c9
6 changed files with 9 additions and 9 deletions

View file

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