Realy removed mptt

This commit is contained in:
Oskar Hahn 2015-06-28 19:54:09 +02:00
parent 370f2a2360
commit 4dac4d1ca8
3 changed files with 0 additions and 6 deletions

View File

@ -278,8 +278,6 @@ OpenSlides uses the following projects or parts of them:
* `django-jsonfield <https://github.com/bradjasper/django-jsonfield>`_,
License: MIT
* `Django mptt <https://github.com/django-mptt/django-mptt/>`_, License: BSD
* `Django haystack <http://haystacksearch.org>`_, License: BSD
* `insertpre CKEditor plugin <http://ckeditor.com/addon/insertpre>`_,

View File

@ -77,9 +77,6 @@ SITE_PACKAGES = {
"django-haystack": {
"copy": ["haystack"],
},
"django-mptt": {
"copy": ["mptt"],
},
"jsonfield": {
"copy": ["jsonfield"],
},

View File

@ -82,7 +82,6 @@ INSTALLED_APPS = (
'django.contrib.messages',
'django.contrib.staticfiles',
'django.contrib.humanize',
'mptt',
'haystack', # full-text-search
'ckeditor',
'rest_framework',