diff --git a/portail_citoyen/settings.py b/portail_citoyen/settings.py index a8bff99..3b946d4 100644 --- a/portail_citoyen/settings.py +++ b/portail_citoyen/settings.py @@ -140,6 +140,7 @@ INSTALLED_APPS = ( 'cms.plugins.teaser', 'cms.plugins.video', 'cmsplugin_text_wrapper', + 'cms_ajax_text_plugin', 'feed_plugin', 'data_source_plugin', 'a2_service_list_plugin', diff --git a/requirements.txt b/requirements.txt index 12c249f..5572b63 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,3 +11,4 @@ django>=1.5.1,<1.6 authentic2 south>=0.8.4 Pillow +django-cms-ajax-text-plugin diff --git a/setup.py b/setup.py index cfba038..1100260 100755 --- a/setup.py +++ b/setup.py @@ -123,6 +123,7 @@ setup(name="portail_citoyen", 'django-cms>2.4.1,<2.4.2', 'python-entrouvert', 'south>=0.8.4', + 'django-cms-ajax-text-plugin', 'Pillow', ], dependency_links = [