forked from wiktor/spejstore-new
rESPONSIVE ADMIN
This commit is contained in:
parent
1039211bba
commit
1723535394
|
@ -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
|
||||
|
|
|
@ -31,6 +31,7 @@ ALLOWED_HOSTS = []
|
|||
# Application definition
|
||||
|
||||
INSTALLED_APPS = [
|
||||
'flat_responsive',
|
||||
'django.contrib.admin',
|
||||
'django.contrib.auth',
|
||||
'django.contrib.contenttypes',
|
||||
|
|
Loading…
Reference in New Issue