Remove legacy code

This commit is contained in:
Iacopo Spalletti 2016-06-06 00:08:28 +02:00
commit 1f2b42fdb7
No known key found for this signature in database
GPG key ID: BDCBC2EB289F60C6
8 changed files with 63 additions and 280 deletions

View file

@ -77,6 +77,7 @@ HELPER_SETTINGS = dict(
CMS_TEMPLATES=(
('blog.html', 'Blog template'),
),
META_USE_SITES=True,
META_SITE_PROTOCOL='http',
META_SITE_DOMAIN='example.com',
META_USE_OG_PROPERTIES=True,