django cms
Tutorials
Installing django CMS
Templates & Placeholders
Plugins
Apphooks
Integrating a third-party application
Extending the Toolbar
Extending the navigation menu
Namespaced Apphooks
Contributing
How-to guides
Installing django CMS by hand
Custom Plugins
Customising navigation menus
Apphooks
Working with templates
Extending the page & title models
Extending the Toolbar
Using South with django CMS
Testing Your Extensions
Placeholders outside the CMS
Caching
Frontend editing for Page and Django models
Sitemap Guide
Key topics
How the menu system works
Publishing
Serving content in multiple languages
Internationalisation
Permissions
Some commonly-used plugins
Search and django CMS
Reference
Configuration
Navigation
Plugins
API References
Form and model fields
Template Tags
Command Line Interface
Development & community
Development of django CMS
Contributing to django CMS
Code and project management
Running and writing tests
Code of Conduct
Branch policy
Release notes & upgrade information
3.1.1 release notes
3.1 release notes
3.0.14 release notes
3.0.13 release notes
3.0.12 release notes
3.0.11 release notes
3.0.10 release notes
3.0.9 release notes
3.0.8 release notes
3.0.7 release notes
3.0.6 release notes
3.0.3 release notes
3.0 release notes
2.4 release notes
2.3.4 release notes
2.3.3 release notes
2.3.2 release notes
2.3 release notes
2.2 release notes
Upgrading from 2.1.x and Django 1.2.x
Using django CMS
Tutorial
Reference for content editors
django cms
Docs
»
Index
Symbols
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
V
|
W
Symbols
--bind <bind>
develop.py-server command line option
--failfast
develop.py-test command line option
--migrate
develop.py-server command line option
--parallel
develop.py-isolated-test command line option
develop.py-test command line option
--port <port>
develop.py-server command line option
--user
develop.py command line option
--version
develop.py command line option
--xvfb
develop.py-test command line option
-h, --help
develop.py command line option
A
accepted
add_ajax_item() (cms.toolbar.items.ToolbarMixin method)
add_break() (cms.toolbar.items.Menu method)
add_button() (cms.toolbar.items.ButtonList method)
(cms.toolbar.toolbar.CMSToolbar method)
add_button_list() (cms.toolbar.toolbar.CMSToolbar method)
add_item() (cms.toolbar.items.ButtonList method)
(cms.toolbar.items.ToolbarMixin method)
(cms.toolbar.toolbar.CMSToolbar method)
add_link_item() (cms.toolbar.items.ToolbarMixin method)
add_modal_item() (cms.toolbar.items.ToolbarMixin method)
add_plugin() (in module cms.api)
add_sideframe_item() (cms.toolbar.items.ToolbarMixin method)
admin_preview (cms.plugin_base.CMSPluginBase attribute)
AjaxItem (class in cms.toolbar.items)
application-name, migration-number
develop.py-server command line option
assign_user_to_page() (in module cms.api)
AUTH_USER_MODEL
setting
B
backport
BaseItem (class in cms.toolbar.items)
blocker
Break (class in cms.toolbar.items)
build_mode (cms.toolbar.toolbar.CMSToolbar attribute)
Button (class in cms.toolbar.items)
ButtonList (class in cms.toolbar.items)
C
change_form_template (cms.plugin_base.CMSPluginBase attribute)
cms.api (module)
cms.constants (module)
cms.forms.fields.PageSelectFormField (built-in class)
cms.forms.fields.PageSmartLinkField (built-in class)
cms.models.fields.PageField (built-in class)
cms.plugin_base (module)
cms.toolbar.items (module)
cms.toolbar.toolbar (module)
CMS_APPHOOKS
setting
CMS_CACHE_DURATIONS
setting
CMS_CACHE_PREFIX
setting
CMS_LANGUAGES
setting
CMS_MAX_PAGE_PUBLISH_REVERSIONS
setting
CMS_MEDIA_PATH
setting
CMS_MEDIA_ROOT
setting
CMS_MEDIA_URL
setting
CMS_PAGE_CACHE
setting
CMS_PAGE_MEDIA_PATH
setting
CMS_PERMISSION
setting
CMS_PLACEHOLDER_CACHE
setting
CMS_PLACEHOLDER_CONF
setting
CMS_PLUGIN_CACHE
setting
CMS_PLUGIN_CONTEXT_PROCESSORS
setting
CMS_PLUGIN_PROCESSORS
setting
CMS_PUBLIC_FOR
setting
CMS_RAW_ID_USERS
setting
CMS_TEMPLATE_INHERITANCE
setting
CMS_TEMPLATES
setting
CMS_TEMPLATES_DIR
setting
CMS_TOOLBARS
setting
CMS_UNIHANDECODE_DECODERS
setting
CMS_UNIHANDECODE_DEFAULT_DECODER
setting
CMS_UNIHANDECODE_HOST
setting
CMS_UNIHANDECODE_VERSION
setting
CMSPluginBase (class in cms.plugin_base)
CMSToolbar (class in cms.toolbar.toolbar)
create_page() (in module cms.api)
create_page_user() (in module cms.api)
create_title() (in module cms.api)
csrf_token (cms.toolbar.toolbar.CMSToolbar attribute)
D
design decision
develop.py command line option
--user
--version
-h, --help
develop.py-isolated-test command line option
--parallel
develop.py-server command line option
--bind <bind>
--migrate
--port <port>
application-name, migration-number
develop.py-test command line option
--failfast
--parallel
--xvfb
docs
E
easy pickings
edit_mode (cms.toolbar.toolbar.CMSToolbar attribute)
expert opinion
F
find_first() (cms.toolbar.items.ToolbarMixin method)
find_items() (cms.toolbar.items.ToolbarMixin method)
form (cms.plugin_base.CMSPluginBase attribute)
G
get_absolute_url() (menus.base.NavigationNode method)
get_ancestors() (menus.base.NavigationNode method)
get_context() (cms.toolbar.items.BaseItem method)
get_descendants() (menus.base.NavigationNode method)
get_item_count() (cms.toolbar.items.ToolbarMixin method)
get_menu_title() (menus.base.NavigationNode method)
get_or_create_menu() (cms.toolbar.items.Menu method)
(cms.toolbar.toolbar.CMSToolbar method)
get_plugin_urls() (cms.plugin_base.CMSPluginBase method)
H
has patch
I
icon_alt() (cms.plugin_base.CMSPluginBase method)
icon_src() (cms.plugin_base.CMSPluginBase method)
index (cms.toolbar.items.ItemSearchResult attribute)
is_staff (cms.toolbar.toolbar.CMSToolbar attribute)
item (cms.toolbar.items.ItemSearchResult attribute)
ItemSearchResult (class in cms.toolbar.items)
L
language_chooser
template tag
LEFT (cms.toolbar.items.ToolbarMixin attribute)
(in module cms.constants)
LinkItem (class in cms.toolbar.items)
M
marked for rejection
Menu (class in cms.toolbar.items)
menus.base (module)
ModalItem (class in cms.toolbar.items)
model (cms.plugin_base.CMSPluginBase attribute)
module (cms.plugin_base.CMSPluginBase attribute)
more info
N
name (cms.plugin_base.CMSPluginBase attribute)
NavigationNode (class in menus.base)
non-issue
O
on hold
P
page_attribute
template tag
page_language_url
template tag
page_lookup
template tag
page_url
template tag
patch
placeholder
template tag
publish_page() (in module cms.api)
publish_pages() (in module cms.api)
R
ready for review
ready to be merged
REFRESH (in module cms.constants)
REFRESH_PAGE (cms.toolbar.items.ToolbarMixin attribute)
remove_item() (cms.toolbar.items.ToolbarMixin method)
(cms.toolbar.toolbar.CMSToolbar method)
render() (cms.plugin_base.CMSPluginBase method)
(cms.toolbar.items.BaseItem method)
render_model
template tag
render_model_add
template tag
render_model_add_block
template tag
render_model_block
template tag
render_model_icon
template tag
render_placeholder
template tag
render_plugin
template tag
render_plugin (cms.plugin_base.CMSPluginBase attribute)
render_plugin_block
template tag
render_template (cms.plugin_base.CMSPluginBase attribute)
render_uncached_placeholder
template tag
RIGHT (cms.toolbar.items.ToolbarMixin attribute)
(in module cms.constants)
S
setting
AUTH_USER_MODEL
CMS_APPHOOKS
CMS_CACHE_DURATIONS
CMS_CACHE_PREFIX
CMS_LANGUAGES
CMS_MAX_PAGE_PUBLISH_REVERSIONS
CMS_MEDIA_PATH
CMS_MEDIA_ROOT
CMS_MEDIA_URL
CMS_PAGE_CACHE
CMS_PAGE_MEDIA_PATH
CMS_PERMISSION
CMS_PLACEHOLDER_CACHE
CMS_PLACEHOLDER_CONF
CMS_PLUGIN_CACHE
CMS_PLUGIN_CONTEXT_PROCESSORS
CMS_PLUGIN_PROCESSORS
CMS_PUBLIC_FOR
CMS_RAW_ID_USERS
CMS_TEMPLATES
CMS_TEMPLATES_DIR
CMS_TEMPLATE_INHERITANCE
CMS_TOOLBARS
CMS_UNIHANDECODE_DECODERS
CMS_UNIHANDECODE_DEFAULT_DECODER
CMS_UNIHANDECODE_HOST
CMS_UNIHANDECODE_VERSION
show_menu
template tag
show_placeholder
template tag
show_sub_menu
template tag
show_toolbar (cms.toolbar.toolbar.CMSToolbar attribute)
show_uncached_placeholder
template tag
side (cms.toolbar.items.BaseItem attribute)
SideframeItem (class in cms.toolbar.items)
static_placeholder
template tag
SubMenu (class in cms.toolbar.items)
T
template (cms.toolbar.items.BaseItem attribute)
template tag
language_chooser
page_attribute
page_language_url
page_lookup
page_url
placeholder
render_model
render_model_add
render_model_add_block
render_model_block
render_model_icon
render_placeholder
render_plugin
render_plugin_block
render_uncached_placeholder
show_menu
show_placeholder
show_sub_menu
show_uncached_placeholder
static_placeholder
TEMPLATE_INHERITANCE_MAGIC (in module cms.constants)
tests
text_enabled (cms.plugin_base.CMSPluginBase attribute)
toolbar_language (cms.toolbar.toolbar.CMSToolbar attribute)
ToolbarMixin (class in cms.toolbar.items)
V
VISIBILITY_ALL (in module cms.api)
VISIBILITY_ANONYMOUS (in module cms.api)
VISIBILITY_USERS (in module cms.api)
W
watch_models (cms.toolbar.toolbar.CMSToolbar attribute)
won't fix
work in progress