2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-16 05:07:12 +00:00

reordering import statements using isort

This commit is contained in:
2023-01-19 18:30:05 +00:00
parent 1b70ccea3e
commit e5a9330a91
7 changed files with 51 additions and 39 deletions

View File

@@ -8,7 +8,9 @@ https://docs.djangoproject.com/en/1.11/howto/deployment/wsgi/
"""
import os
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "settings")
from django.core.wsgi import get_wsgi_application
application = get_wsgi_application()