From 7b079dd57b807400f5f0dd09f051e6481e72cb99 Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Tue, 11 Nov 2025 15:54:39 +0100 Subject: [PATCH] Add template-based comment --- bugsink/wsgi.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/bugsink/wsgi.py b/bugsink/wsgi.py index b527904..ce71904 100644 --- a/bugsink/wsgi.py +++ b/bugsink/wsgi.py @@ -1,12 +1,3 @@ -""" -WSGI config for bugsink project. - -It exposes the WSGI callable as a module-level variable named ``application``. - -For more information on this file, see -https://docs.djangoproject.com/en/4.2/howto/deployment/wsgi/ -""" - import os import django