aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/home/views
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2022-02-25 01:10:45 +0100
committerGravatar Johannes Christ <[email protected]>2022-02-26 13:32:45 +0100
commitb78d9496867a13ed096b4b1f561a47a25001a901 (patch)
tree7f98572bd8d2f578b882e3c9917cdb1bf494a1f3 /pydis_site/apps/home/views
parentRemove and merge superfluous modules (diff)
Add a readme to the Django project directory
Diffstat (limited to 'pydis_site/apps/home/views')
-rw-r--r--pydis_site/apps/home/views/home.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pydis_site/apps/home/views/home.py b/pydis_site/apps/home/views/home.py
index dafe32c0..69e706c5 100644
--- a/pydis_site/apps/home/views/home.py
+++ b/pydis_site/apps/home/views/home.py
@@ -2,7 +2,6 @@ import logging
from typing import Dict, List
import requests
-from django.conf import settings
from django.core.handlers.wsgi import WSGIRequest
from django.http import HttpResponse
from django.shortcuts import render