Skip to content

Commit 931c9db

Browse files
furlongmskatsaounis
authored andcommitted
update whitenoise config
1 parent afc3501 commit 931c9db

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

patchman/wsgi.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,7 @@
1414
# You should have received a copy of the GNU General Public License
1515
# along with Patchman. If not, see <http://www.gnu.org/licenses/>
1616

17-
import os
18-
1917
from django.core.wsgi import get_wsgi_application
2018

21-
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'patchman.settings') # noqa
22-
from django.conf import settings
23-
2419

2520
application = get_wsgi_application()

0 commit comments

Comments
 (0)