Navigation
index
modules
|
next
|
FeinCMS v1.1.2 documentation
»
FeinCMS - An extensible Django-based CMS
¶
Contents
¶
1. Overview
2. Installation instructions
2.1. Installation
2.2. Configuration
3. Using the built-in page module
3.1. Activating the page module and creating content types
3.2. Setting up the admin interface
3.3. Wiring up the views
3.4. Adding another content type
3.5. Page extension modules
3.6. Using page request processors
3.7. Using page response processors
3.8. ETag handling
4. Working with content types
4.1. What is a content type anyway?
4.2. Rendering contents in your templates
4.3. Implementing your own content types
4.4. Customizing the render method for different regions
4.5. Bundled content types
4.6. Restricting a content type to a subset of regions
4.7. Design considerations for content types
4.8. Configuring and self-checking content types at creation time
4.9. Obtaining a concrete content type model
5. CMS administration interfaces
5.1. The tree editor
5.2. The item editor
5.3. The split pane editor
5.4. Putting it all together
6. Integrating FeinCMS and 3rd party apps with your site
6.1. Default page handler
6.2. Generic views
6.3. Integrating 3rd party apps
7. Media library
7.1. Configuration
7.2. Rendering media file contents
7.3. Media file meta-informations
8. Template tags
8.1. General template tags
8.2. Page module-specific template tags
8.3. Application content template tags
9. Advanced topics
9.1.
feincms.models.Base
— CMS base class
9.2.
feincms.utils
— General utilities
9.3. Prefetching data for a list of objects from the database
9.4. How can I let 3rd-party apps extend the navigation?
9.5. Software design considerations
9.6. Settings
9.7. Performance considerations
10. API documentation
10.1. Base models
10.2. Page module
10.3. Media library
10.4. Admin classes
10.5. Content types
10.6. Translations
11. Frequently Asked Questions
11.1. Should I extend the builtin modules and contents, or should I write my own?
11.2. I get a
mptt.AlreadyRegistered
exception when I try using the
page
module!
11.3. I run
syncdb
and get a message about missing columns in the page table
Indices and tables
¶
Index
Module Index
Search Page
Table Of Contents
FeinCMS - An extensible Django-based CMS
Contents
Indices and tables
Next topic
1. Overview
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
Navigation
index
modules
|
next
|
FeinCMS v1.1.2 documentation
»