Django CMS's text plugin with asynchronous content load
This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Serghei Mihai d61c2136cc enabling for text plugins 2014-06-11 16:11:40 +02:00
cms_ajax_text_plugin enabling for text plugins 2014-06-11 16:11:40 +02:00
MANIFEST.in MANIFEST.in: add l10n files (*.po and *.mo) 2014-03-26 15:04:01 +01:00
README README added 2014-01-27 22:08:36 +01:00
setup.py rebase plugin over django-cms-text-ckeditor 2014-04-03 11:43:18 +02:00

README

This a Django CMS Text plugin loading asynchronously its content.

To use it just declare "cms_ajax_text_plugin" in your INSTALLED_APPS and add to
your urls.py the following:

    urlpatterns += patterns('',
            url('^plugin/', include('cms_ajax_text_plugin.urls')),
    )

in order to allow the plugin view to be called by AJAX