Skip to content

Commit 19166b0

Browse files
committed
template file added
1 parent 2d391ef commit 19166b0

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

idpython/settings.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,15 @@
147147
'menus',
148148
'south',
149149
'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',
150159
)
151160

152161
# A sample logging configuration. The only tangible logging

idpython/templates/template_1.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)