UNKNOWN
Project Description
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
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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size & hash SHA256 hash help | File type | Python version | Upload date |
---|---|---|---|
django-cms-ajax-text-plugin-2.1.0.tar.gz (3.4 kB) Copy SHA256 hash SHA256 | Source | None | May 26, 2014 |