diff options
author | d42 <d42@users.noreply.github.com> | 2018-09-26 22:27:24 +0200 |
---|---|---|
committer | d42 <d42@users.noreply.github.com> | 2018-09-26 22:27:24 +0200 |
commit | 172353539456e65799791a294d98716f0cfa9f87 (patch) | |
tree | ab270a0369ea5393adde34d603455d1d0d254f6f | |
parent | 1039211bba26c67a815b2f5fcccb235e4e5be952 (diff) | |
download | spejstore-172353539456e65799791a294d98716f0cfa9f87.tar.gz spejstore-172353539456e65799791a294d98716f0cfa9f87.tar.bz2 spejstore-172353539456e65799791a294d98716f0cfa9f87.tar.xz spejstore-172353539456e65799791a294d98716f0cfa9f87.zip |
rESPONSIVE ADMIN
-rw-r--r-- | requirements.txt | 1 | ||||
-rw-r--r-- | spejstore/settings.py | 1 |
2 files changed, 2 insertions, 0 deletions
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', |