Django CMS's text plugin with asynchronous content load
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
Go to file
Serghei Mihai d61c2136cc enabling for text plugins 9 years ago
cms_ajax_text_plugin enabling for text plugins 9 years ago
MANIFEST.in MANIFEST.in: add l10n files (*.po and *.mo) 9 years ago
README README added 9 years ago
setup.py rebase plugin over django-cms-text-ckeditor 9 years ago

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