From 4dac4d1ca82a803bfb6c9c38d1c76b3d544a0be9 Mon Sep 17 00:00:00 2001 From: Oskar Hahn Date: Sun, 28 Jun 2015 19:54:09 +0200 Subject: [PATCH] Realy removed mptt --- README.rst | 2 -- extras/win32-portable/prepare_portable.py | 3 --- openslides/global_settings.py | 1 - 3 files changed, 6 deletions(-) diff --git a/README.rst b/README.rst index 4015e26d0..cf6d04a4e 100644 --- a/README.rst +++ b/README.rst @@ -278,8 +278,6 @@ OpenSlides uses the following projects or parts of them: * `django-jsonfield `_, License: MIT -* `Django mptt `_, License: BSD - * `Django haystack `_, License: BSD * `insertpre CKEditor plugin `_, diff --git a/extras/win32-portable/prepare_portable.py b/extras/win32-portable/prepare_portable.py index 56c499a07..b786670ab 100755 --- a/extras/win32-portable/prepare_portable.py +++ b/extras/win32-portable/prepare_portable.py @@ -77,9 +77,6 @@ SITE_PACKAGES = { "django-haystack": { "copy": ["haystack"], }, - "django-mptt": { - "copy": ["mptt"], - }, "jsonfield": { "copy": ["jsonfield"], }, diff --git a/openslides/global_settings.py b/openslides/global_settings.py index 3c264fb11..327640cd4 100644 --- a/openslides/global_settings.py +++ b/openslides/global_settings.py @@ -82,7 +82,6 @@ INSTALLED_APPS = ( 'django.contrib.messages', 'django.contrib.staticfiles', 'django.contrib.humanize', - 'mptt', 'haystack', # full-text-search 'ckeditor', 'rest_framework',