From 172353539456e65799791a294d98716f0cfa9f87 Mon Sep 17 00:00:00 2001 From: d42 Date: Wed, 26 Sep 2018 22:27:24 +0200 Subject: [PATCH] rESPONSIVE ADMIN --- requirements.txt | 1 + spejstore/settings.py | 1 + 2 files changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 865221d..4e40198 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,7 @@ Django==1.11.15 git+https://github.com/djangonauts/django-hstore@61427e474cb2f4be8fdfce225d78a5330bc77eb0#egg=django-hstore git+https://github.com/d42/django-tree@687c01c02d91cada9ca1912e34e482da9e73e27a#egg=django-tree django-appconf==1.0.2 +django-flat-responsive==2.0 django-auth-ldap==1.2.12 Django-Select2==6.3.1 djangorestframework==3.5.4 diff --git a/spejstore/settings.py b/spejstore/settings.py index 80e8a95..1e06b33 100644 --- a/spejstore/settings.py +++ b/spejstore/settings.py @@ -31,6 +31,7 @@ ALLOWED_HOSTS = [] # Application definition INSTALLED_APPS = [ + 'flat_responsive', 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes',