Django CMS 3.0.x Documentationagain. 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 月前3
django cms 3.3.x Documentationwe’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 could a separate package, a Polls/CMS Integration application in our project. Note Why not build the plugin code into the polls application package? This would certainly be possible, and in fact, if you were application it’s what we would recommend. For a third-party application such as Polls however, placing the plugin code into a separate package means we don’t have to modify or fork the original. Create a new package0 码力 | 386 页 | 1.56 MB | 1 年前3
django cms 3.1.x Documentationand Content mode, add plugins, move them around and delete them again. To add a Text or or other plugin elements to a placeholder: 1. switch to Structure mode 10 Chapter 5. Table of contents django Documentation, Release 3.1.8.dev1 2. select the menu icon on the placeholder’s title bar 3. select a plugin type to add 5.1.2 Templates & Placeholders In this tutorial we’ll introduce Placeholders, and we’re 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 Plugins0 码力 | 200 页 | 1.63 MB | 1 年前3
Django CMS 2.4.x DocumentationTemplatetags 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 月前3
Django CMS 2.1.x DocumentationCMS: 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 like the above) 1.1.3. On Microsoft Windows TODO. 1.2. Databases We recommend using PostgreSQL [http://www.postgresql.org/] or MySQL [http://www.mysql.com] with Django CMS. Installing and maintaining database0 码力 | 81 页 | 554.09 KB | 6 月前3
django cms 2.2.x DocumentationInformational commands 4.2. Plugin and apphook management commands 4.3. Moderator commands Extending the CMS 1. Extending the CMS: Examples index modules | next | 1.1. My First Plugin 1.2. My First App (apphook) (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. Storing configuration 2.5. Advanced 3. App Integration 3.1. Menus 3.2 App-Hooks 3.4. Navigation Modifiers 3.5. Custom Plugins 4. API References 4.1. cms.api 4.2. cms.plugin_base 4.3. menus.base 5. Placeholders outside the CMS 5.1. Quickstart 5.2. Adding content to a placeholder0 码力 | 105 页 | 679.29 KB | 1 年前3
Django CMS 2.4.x Documentationrecommended packages Pillow==2.0.0 django-filer==0.9.4 cmsplugin-filer==0.9.5 django-reversion==1.7 for Postgresql you would also add: psycopg2==2.5 and install libpq-dev (on Debian-based distro) for MySQL you that is needed for you to follow the Introductory Tutorial. 1.1.4 Databases We recommend using PostgreSQL or MySQL with django CMS. Installing and maintaining database systems is outside the scope of this 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 can0 码力 | 104 页 | 709.98 KB | 6 月前3
Django CMS 2.1.x Documentationcms Documentation, Release 2.1.5 On Microsoft Windows TODO. 1.1.2 Databases We recommend using PostgreSQL or MySQL with Django CMS. Installing and maintaining database systems is outside the scope of this settings. Choose the “text” plugin in the drop-down, then press the “Add” button. 1.2. Introductory Tutorial 9 django cms Documentation, Release 2.1.5 The right part of the plugin area displays a rich text to see if you have any 404s. If you’re editing a Page in the Django admin, but don’t see an “Add Plugin” button with a dropdown-list of plugins: • Be sure your CMS_TEMPLATES setting is correct, the templates0 码力 | 63 页 | 485.38 KB | 6 月前3
Django CMS 2.2.x Documentationinstall django-cms” like the above) On Microsoft Windows TODO. 1.1.2 Databases We recommend using PostgreSQL or MySQL with django CMS. Installing and maintaining database systems is outside the scope of this Backwards incompatible changes django-sekizai instead of PluginMedia Due to the sorry state of the old plugin media framework, it has been dropped in favor of the more stable and more flexible django-sekizai CMSPluginBase.PluginMedia • cms.plugins_base.CMSPluginBase.pluginmedia • cms.plugins_base.CMSPluginBase.get_plugin_media() Accessing those attribtues or methods will raise a cms.exceptions.Deprecated error. The cms0 码力 | 76 页 | 627.98 KB | 6 月前3
Django CMS 2.3.x Documentationinstall django-cms” like the above) On Microsoft Windows TODO. 1.1.2 Databases We recommend using PostgreSQL or MySQL with django CMS. Installing and maintaining database systems is outside the scope of this 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 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. Zoom0 码力 | 92 页 | 666.41 KB | 6 月前3
共 60 条
- 1
- 2
- 3
- 4
- 5
- 6













