@@ -7,23 +7,55 @@ How-to guides
7
7
These guides presuppose some familiarity with django CMS. They cover some of
8
8
the same territory as the :doc: `/introduction/index `, but in more detail.
9
9
10
+
11
+ ******
12
+ Set-up
13
+ ******
14
+
10
15
.. toctree ::
11
16
:maxdepth: 1
12
-
17
+
13
18
Install django CMS by hand <install >
14
- Create custom plugins <custom_plugins >
15
- Customise menus <menus >
16
- Create apphooks <apphooks >
17
- Manage complex apphook configuration <namespaced_apphooks >
19
+
20
+
21
+ ************************
22
+ Using core functionality
23
+ ************************
24
+
25
+ .. toctree ::
26
+ :maxdepth: 1
27
+
28
+ Use placeholders outside the CMS <placeholders >
18
29
Serve multiple languages <languages >
19
30
Work with templates <templates >
20
- Extend Page & Title models <extending_page_title >
21
- Extend the Toolbar <toolbar >
22
- Test your extensions <testing >
23
- Use placeholders outside the CMS <placeholders >
24
31
Manage caching <caching >
25
32
Enable frontend editing for Page and Django models <frontend_models >
26
33
Create sitemaps <sitemap >
27
34
Manage Page Types <page_types >
28
- Implement content creation wizards <wizards >
35
+
36
+
37
+ **************************
38
+ Creating new functionality
39
+ **************************
40
+
41
+ .. toctree ::
42
+ :maxdepth: 1
43
+
44
+ Create plugins <custom_plugins >
45
+ Create apphooks <apphooks >
46
+ Manage complex apphook configuration <namespaced_apphooks >
47
+ Extend the Toolbar <toolbar >
48
+ Customise navigation menus <menus >
49
+ Create content creation wizards <wizards >
50
+ Extend Page & Title models <extending_page_title >
51
+ Test your extensions <testing >
52
+
53
+
54
+ ************
55
+ Contributing
56
+ ************
57
+
58
+ .. toctree ::
59
+ :maxdepth: 1
60
+
29
61
Contribute a patch <contributing >
0 commit comments