Fix django-meta compatibility

This commit is contained in:
Iacopo Spalletti 2016-06-12 09:48:10 +02:00
parent 413bb90cde
commit 21877f5aa9
No known key found for this signature in database
GPG key ID: BDCBC2EB289F60C6

View file

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