We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d391ef commit 19166b0Copy full SHA for 19166b0
2 files changed
idpython/settings.py
@@ -147,6 +147,15 @@
147
'menus',
148
'south',
149
'sekizai',
150
+ 'cms.plugins.flash',
151
+ 'cms.plugins.googlemap',
152
+ 'cms.plugins.link',
153
+ 'cms.plugins.picture',
154
+ 'cms.plugins.snippet',
155
+ 'cms.plugins.teaser',
156
+ 'cms.plugins.text',
157
+ 'cms.plugins.video',
158
+ 'cms.plugins.twitter',
159
)
160
161
# A sample logging configuration. The only tangible logging
idpython/templates/template_1.html
@@ -0,0 +1,6 @@
1
+{% extends "base.html" %}
2
+{% load cms_tags %}
3
+
4
+{% block base_content %}
5
+ {% placeholder template_1_content %}
6
+{% endblock %}
0 commit comments