1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-23 15:16:38 +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 @@
"""
ASGI config for tfjm project.
It exposes the ASGI callable as a module-level variable named ``application``.
For more information on this file, see
https://docs.djangoproject.com/en/3.0/howto/deployment/asgi/
"""
import os
from django.core.asgi import get_asgi_application
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'tfjm.settings')
application = get_asgi_application()