diff --git a/project/settings.py b/project/settings.py index c3e0e9e..2af51df 100644 --- a/project/settings.py +++ b/project/settings.py @@ -164,7 +164,16 @@ INSTALLED_APPS = ( #'robokassa', 'djangocms_admin_style', # for the admin skin. You **must** add 'djangocms_admin_style' in the list before 'django.contrib.admin'. 'django.contrib.messages', # to enable messages framework (see :ref:`Enable messages `) - + 'djangocms_file', + 'djangocms_flash', + 'djangocms_googlemap', + 'djangocms_inherit', + 'djangocms_picture', + 'djangocms_teaser', + 'djangocms_video', + 'djangocms_link', + 'djangocms_snippet', + 'djangocms_text_ckeditor', 'django.contrib.admin', 'django.contrib.admindocs', @@ -226,7 +235,7 @@ LANGUAGES = ( ) CMS_TEMPLATES = ( ('pages/index.html', 'Index Page'), - ('template_2.html', 'Template Two'), + #('template_2.html', 'Template Two'), ) BROKER_HOST = "localhost" diff --git a/project/templates/base.html b/project/templates/base.html index 5a30c73..fe65725 100644 --- a/project/templates/base.html +++ b/project/templates/base.html @@ -1,4 +1,5 @@ {# spaceless #} +{% load cms_tags sekizai_tags %} @@ -6,9 +7,11 @@ + {% render_block "css" %} + - +{% cms_toolbar %} {% if messages %}