proje çalışıt halde

proje çalışıt halde
This commit is contained in:
2026-08-27 00:54:09 +03:00
parent 6d2d39ec89
commit 8efdbcd1e3
18 changed files with 353 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
"""
WSGI config for djtemplate 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/6.1/howto/deployment/wsgi/
"""
import os
from django.core.wsgi import get_wsgi_application
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'djtemplate.settings')
application = get_wsgi_application()