Formatting and Cleaning code base (#110)

This commit is contained in:
Ashwanth Balakrishnan
2024-03-10 19:37:46 +05:30
committed by GitHub
parent fb10738b39
commit 42c5b34353
9339 changed files with 1538 additions and 1426718 deletions

View File

@@ -11,6 +11,6 @@ import os
from django.core.asgi import get_asgi_application
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'horilla.settings')
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "horilla.settings")
application = get_asgi_application()