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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-cms-ajax-text-plugin-1.2.tar.gz
.
File metadata
- Download URL: django-cms-ajax-text-plugin-1.2.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e8d57ea5fe7430f371196a2aae5e9aa3d8817ebc32dbad99508b5441a309b0c |
|
MD5 | 83e8d3e4102e343b687b091508d398c4 |
|
BLAKE2b-256 | 0d277ed1c495aa09009fa11b8218d1a02d5af620eb5412d896f91e723b929279 |