fix code style

This commit is contained in:
JensDiemer 2020-12-29 11:35:45 +01:00
parent 3168e1733a
commit 270693abc9

View file

@ -2,6 +2,8 @@
WSGI config
"""
import os
os.environ['DJANGO_SETTINGS_MODULE'] = 'settings'
from django.core.wsgi import get_wsgi_application