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.
cms-ajax-text-plugin/README

10 lines
336 B
Plaintext

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