diff --git a/compte_agglo_montpellier/settings.py b/compte_agglo_montpellier/settings.py index 48a80e7..9acb44d 100644 --- a/compte_agglo_montpellier/settings.py +++ b/compte_agglo_montpellier/settings.py @@ -165,7 +165,6 @@ INSTALLED_APPS = ( 'sekizai', 'cms', 'djangocms_text_ckeditor', - 'djangocms_link', 'djangocms_video', 'cms_ajax_text_plugin', 'menus', diff --git a/requirements.txt b/requirements.txt index dc8f851..cd1c9b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,5 +16,4 @@ requests_oauthlib djangocms-text-ckeditor django-cms-ajax-text-plugin>=2.1.0 python-openid -djangocms-link djangocms-video diff --git a/setup.py b/setup.py index 590fcda..39511a3 100755 --- a/setup.py +++ b/setup.py @@ -135,7 +135,6 @@ setup(name="compte-agglo-montpellier", 'django-cms>=3.0,<=3.0.3', 'djangocms-text-ckeditor', 'django-cms-ajax-text-plugin>=2.1.0' - 'djangocms-link', 'djangocms-video', ], dependency_links = [