Remove finished project files

This commit is contained in:
2022-01-01 19:00:52 +01:00
parent c72245451d
commit 0da00dbace
6 changed files with 0 additions and 183 deletions

View File

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