Skip to content

Commit

Permalink
Update django-app-enabler support
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Dec 6, 2020
1 parent c8ef016 commit 6795ae5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cms_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def gettext(s):
META_SITE_DOMAIN="example.com",
META_USE_OG_PROPERTIES=True,
META_USE_TWITTER_PROPERTIES=True,
META_USE_GOOGLEPLUS_PROPERTIES=True,
META_USE_SCHEMAORG_PROPERTIES=True,
THUMBNAIL_PROCESSORS=(
"easy_thumbnails.processors.colorspace",
"easy_thumbnails.processors.autocrop",
Expand Down
9 changes: 5 additions & 4 deletions djangocms_blog/addon.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@
"sortedm2m"
],
"settings": {
"META_SITE_PROTOCOL": "http",
"META_SITE_PROTOCOL": "https",
"META_USE_SITES": true,
"META_USE_OG_PROPERTIES": true,
"META_USE_TWITTER_PROPERTIES": true,
"META_USE_GOOGLEPLUS_PROPERTIES": true
"META_USE_SCHEMAORG_PROPERTIES": true
},
"urls": [
"djangocms_blog.taggit_urls"
]
["", "djangocms_blog.taggit_urls"]
],
"message": "Installation completed, check documentation https://djangocms-blog.readthedocs.io/en/latest/installation.html#modify-templates for further information"
}
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ keywords =
django
wordpress
multilingual
django-app-enabler

[options.package_data]
* = *.txt, *.rst
Expand Down

0 comments on commit 6795ae5

Please sign in to comment.