重新提交

This commit is contained in:
2026-03-14 12:31:16 +08:00
parent b88d5c383e
commit 3a804ac033
493 changed files with 0 additions and 146778 deletions

View File

@@ -1,16 +0,0 @@
"""
WSGI config for hertz_server_django 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', 'hertz_server_django.settings')
application = get_wsgi_application()