Django CMS 2.4.x Documentation
Templatetags 3.3. Toolbar Templatetags 4. Command Line Interface 4.1. Informational commands 4.2. Plugin and apphook management commands 4.3. Moderation commands 4.4. MPTT repair command 5. Permissions Examples 1.1. My First Plugin 1.2. My First App (apphook) 1.3. My First Menu 2. Custom Plugins 2.1. Why would you need to write a plugin? 2.2. Overview 2.3. The simplest plugin 2.4. Troubleshooting 2.5 Navigation Modifiers 3.5. Custom Plugins 4. API References 4.1. cms.api 4.2. cms.constants 4.3. cms.plugin_base 4.4. menus.base 5. Placeholders outside the CMS 5.1. Quickstart 5.2. Adding content to a placeholder0 码力 | 156 页 | 727.78 KB | 6 月前3django cms 3.3.x Documentation
email list [https://groups.google.com/forum/#!forum/django-cms] is for general django CMS questions and discussion Our django CMS developers email list [https://groups.google.com/forum/#!forum/django-cms- numerous friendly members of the django CMS community, either on our mailinglist [https://groups.google.com/forum/#!forum/django-cms] or IRC channel #django-cms on the irc.freenode.net network. If you we’re ready to use it to being integrating Polls with django CMS. We’ll start by developing a Polls plugin. Note The project or the application? Earlier, we added new templates to the project. We could0 码力 | 386 页 | 1.56 MB | 1 年前3Django CMS 2.3.x Documentation
Install django cms Documentation, Release 2.3.8 1.3.1 What’s new in 2.3.7 Cache-related plugin template fix Plugin templates may suffer for incorrect caching when using django-sekizai (which may cause css CMS 2.4. 1.6 2.3.2 release notes 1.6.1 What’s new in 2.3.2 Google map plugin Google map plugin now supports width and height fields so that plugin size can be modified in the page admin or frontend editor field is now marked as NOT NULL, and a datamigration has been introduced to modify existing googlemap plugin instance to set the default value if level if is NULL. 1.7 2.3 release notes 1.7.1 What’s new in0 码力 | 92 页 | 666.41 KB | 6 月前3django cms 3.5.x Documentation
email list [https://groups.google.com/forum/#!forum/django-cms] is for general django CMS questions and discussion Our django CMS developers email list [https://groups.google.com/forum/#!forum/django-cms- numerous friendly members of the django CMS community, either on our mailinglist [https://groups.google.com/forum/#!forum/django-cms] or IRC channel #django-cms on the irc.freenode.net network. If you we’re ready to use it to being integrating Polls with django CMS. We’ll start by developing a Polls plugin. Note The project or the application? Earlier, we added new templates to the project. We could0 码力 | 403 页 | 1.69 MB | 1 年前3django cms 3.4.x Documentation
email list [https://groups.google.com/forum/#!forum/django-cms] is for general django CMS questions and discussion Our django CMS developers email list [https://groups.google.com/forum/#!forum/django-cms- numerous friendly members of the django CMS community, either on our mailinglist [https://groups.google.com/forum/#!forum/django-cms] or IRC channel #django-cms on the irc.freenode.net network. If you we’re ready to use it to being integrating Polls with django CMS. We’ll start by developing a Polls plugin. Note The project or the application? Earlier, we added new templates to the project. We could0 码力 | 395 页 | 1.64 MB | 1 年前3Django CMS 2.4.x Documentation
MultiColumn Plugin. The possibilities for this are endless. Imagine: StylePlugin, 1.3. 2.4 release notes 9 django cms Documentation, Release 2.4.3-support TablePlugin, GalleryPlugin etc. The column plugin can the limitation is that plugins in plugins is only editable in the frontend. Here is the MultiColumn Plugin as an example: class MultiColumnPlugin(CMSPluginBase): model = MultiColumns name = _("Multi Columns") Boolean If set to True it allows adding Plugins. child_classes List A List of Plugin Classes that can be added to this plugin. If not provided you can add all plugins that are available in this placeholder0 码力 | 104 页 | 709.98 KB | 6 月前3django cms 3.7.x Documentation
CMS users email list [https://groups.google.com/forum/#!forum/django-cms] is for general discussions and the django CMS developers email list [https://groups.google.com/forum/#!forum/django-cms- developers] [https://stackoverflow.com/questions/tagged/django-cms] is for questions around django CMS and it’s plugin ecosystem. Why django CMS? django CMS is a well-tested CMS platform that powers sites both large numerous friendly members of the django CMS community, either on our mailinglist [https://groups.google.com/forum/#!forum/django-cms] or IRC channel #django-cms on the irc.freenode.net network. If you0 码力 | 409 页 | 1.67 MB | 1 年前3Django CMS 3.8.x Documentation
CMS users email list [https://groups.google.com/forum/#!forum/django-cms] is for general discussions and the django CMS developers email list [https://groups.google.com/forum/#!forum/django-cms- developers] [https://stackoverflow.com/questions/tagged/django-cms] is for questions around django CMS and it’s plugin ecosystem. Why django CMS? django CMS is a well-tested CMS platform that powers sites both large numerous friendly members of the django CMS community, either on our mailinglist [https://groups.google.com/forum/#!forum/django-cms] or IRC channel #django-cms on the irc.freenode.net network. If you0 码力 | 413 页 | 1.67 MB | 6 月前3Django CMS 3.0.x Documentation
again. To add a Text or or other plugin elements to a placeholder: 1. switch to Structure mode 2. select the menu icon on the placeholder’s title bar 3. select a plugin type to add 10 Chapter 5. Table of standard polls app in our project. But we’ve not done anything django CMS specific yet. Creating a plugin If you’ve played around with the CMS for a little, you’ve probably already encountered CMS Plugins the project root called polls_plugin: python manage.py startapp polls_plugin So our workspace looks like this: env/ src/ # the django polls application is in here polls_plugin/ # the newly-created application0 码力 | 180 页 | 1.56 MB | 6 月前3Django CMS 2.1.x Documentation
CMS: Examples 1.1. My First Plugin 1.2. My First App (apphook) 1.3. My First Menu 2. Custom Plugins 2.1. Writing a custom plugin 2.2. Plugin Context Processors 2.3. Plugin Processors modules | index next Attach Menus 3.3. App-Hooks 3.4. Navigation Modifiers 3.5. Custom Plugins 4. API References 4.1. cms.plugin_base 4.2. menus.base 5. Placeholders outside the CMS 5.1. Quickstart 5.2. Adding content to a placeholder you added to your INSTALLED_APPS settings. Choose the “text” plugin in the drop- down, then press the “Add” button. The right part of the plugin area displays a rich text editor (TinyMCE [http://tinymce.moxiecode0 码力 | 81 页 | 554.09 KB | 6 月前3
共 479 条
- 1
- 2
- 3
- 4
- 5
- 6
- 48