1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-30 08:31:09 +02:00

Reset project

This commit is contained in:
Yohann D'ANELLO
2020-12-27 11:14:35 +01:00
parent 30fa8b7840
commit 3d9bd88a41
124 changed files with 1 additions and 8004 deletions

View File

@ -1,16 +0,0 @@
"""
WSGI config for tfjm 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/3.0/howto/deployment/wsgi/
"""
import os
from django.core.wsgi import get_wsgi_application
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'tfjm.settings')
application = get_wsgi_application()