code quality

This commit is contained in:
bkfox
2023-03-13 17:47:00 +01:00
parent 934817da8a
commit 112770eddf
162 changed files with 4798 additions and 4069 deletions

View File

@ -1,5 +1,4 @@
"""
WSGI config for aircox project.
"""WSGI config for aircox project.
It exposes the WSGI callable as a module-level variable named ``application``.
@ -13,4 +12,3 @@ from django.core.wsgi import get_wsgi_application
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "instance.settings")
application = get_wsgi_application()