From 1616d7a467e9df3996a8080b00809648a5df14a3 Mon Sep 17 00:00:00 2001 From: Leon Sandøy Date: Wed, 3 Jul 2019 16:37:19 +0200 Subject: Adding whitenoise to the toolchain to serve static images --- Pipfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index 5d7446ab..db3b3ce8 100644 --- a/Pipfile +++ b/Pipfile @@ -27,6 +27,7 @@ djangorestframework-bulk = "~=0.2.1" psycopg2-binary = "~=2.8" django-simple-bulma = ">=1.1.7,<2.0" django-crispy-bulma = ">=0.1.2,<2.0" +whitenoise = "==4.1.2" requests = "~=2.21" pygments = "~=2.3.1" wiki = {git = "https://github.com/python-discord/django-wiki.git"} -- cgit v1.2.3