rESPONSIVE ADMIN

pull/1/head
d42 2018-09-26 22:27:24 +02:00
parent 1039211bba
commit 1723535394
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ Django==1.11.15
git+https://github.com/djangonauts/django-hstore@61427e474cb2f4be8fdfce225d78a5330bc77eb0#egg=django-hstore git+https://github.com/djangonauts/django-hstore@61427e474cb2f4be8fdfce225d78a5330bc77eb0#egg=django-hstore
git+https://github.com/d42/django-tree@687c01c02d91cada9ca1912e34e482da9e73e27a#egg=django-tree git+https://github.com/d42/django-tree@687c01c02d91cada9ca1912e34e482da9e73e27a#egg=django-tree
django-appconf==1.0.2 django-appconf==1.0.2
django-flat-responsive==2.0
django-auth-ldap==1.2.12 django-auth-ldap==1.2.12
Django-Select2==6.3.1 Django-Select2==6.3.1
djangorestframework==3.5.4 djangorestframework==3.5.4

View File

@ -31,6 +31,7 @@ ALLOWED_HOSTS = []
# Application definition # Application definition
INSTALLED_APPS = [ INSTALLED_APPS = [
'flat_responsive',
'django.contrib.admin', 'django.contrib.admin',
'django.contrib.auth', 'django.contrib.auth',
'django.contrib.contenttypes', 'django.contrib.contenttypes',