TEMPLATE Ready

This commit is contained in:
2026-09-06 00:02:20 +03:00
parent 6842471664
commit 7ec112134a
16 changed files with 263 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
"""WSGI config for {{ project_name }} project."""
import os
from django.core.wsgi import get_wsgi_application
os.environ.setdefault('DJANGO_SETTINGS_MODULE', '{{ project_name }}.settings')
application = get_wsgi_application()