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.
|
9 years ago | |
---|---|---|
cms_ajax_text_plugin | 9 years ago | |
MANIFEST.in | 9 years ago | |
README | 9 years ago | |
setup.py | 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