From ce5c5f083728ffabf816b8073d148a7484124b23 Mon Sep 17 00:00:00 2001 From: Enno Lohmeier Date: Mon, 23 Jan 2017 08:26:47 +0100 Subject: [PATCH] include flat responsive theme --- requirements.txt | 1 + src/paperless/settings.py | 1 + 2 files changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 193a6d063..f81cc86fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,6 +12,7 @@ python-dotenv>=0.3.0 python-gnupg>=0.3.8 pytz>=2015.7 gunicorn==19.6.0 +django-flat-responsive==1.2.0 # For the tests pytest diff --git a/src/paperless/settings.py b/src/paperless/settings.py index 8095785d8..a4ef12320 100644 --- a/src/paperless/settings.py +++ b/src/paperless/settings.py @@ -52,6 +52,7 @@ if _allowed_hosts: INSTALLED_APPS = [ + 'flat_responsive', 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes',