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
Jérôme Schneider 58fafef087 MANIFEST.in: remove / in the end of templates path 2014-02-05 11:03:36 +01:00
cms_ajax_text_plugin release 1.1 2014-01-27 22:12:15 +01:00
MANIFEST.in MANIFEST.in: remove / in the end of templates path 2014-02-05 11:03:36 +01:00
README README added 2014-01-27 22:08:36 +01:00
setup.py improve packaging 2014-01-27 16:15:11 +01: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