Skip to content

Commit

Permalink
Add configuration for django-app-enabler
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Dec 20, 2020
1 parent 2636f3f commit 8eabedf
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 8 deletions.
16 changes: 16 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,21 @@ Quickstart
information in the same part of the interface. If the django CMS field is set, it will still
be shown (and used by djangocms-page-meta).

**************************
django-app-enabler support
**************************

`django-app-enabler`_ is supported.

You can either

* Installation & configuration: ``python -mapp_enabler install djangocms-page-meta``
* Autoconfiguration: ``python -mapp_enabler enable djangocms-page-meta``

Fully using this package will require some template changes that cannot be modified by ``django-app-enabler``.

Check `usage`_ documentation for details.

Dependencies
============

Expand All @@ -70,6 +85,7 @@ For package documentation see https://djangocms-page-meta.readthedocs.io/.
.. _configuration: https://djangocms-page-meta.readthedocs.io/en/latest/configuration.html
.. _usage: https://djangocms-page-meta.readthedocs.io/en/latest/usage.html
.. _django CMS documentation: https://django-cms.readthedocs.io/en/latest
.. _django-app-enabler: https://github.com/nephila/django-app-enabler


.. |Gitter| image:: https://img.shields.io/badge/GITTER-join%20chat-brightgreen.svg?style=flat-square
Expand Down
7 changes: 0 additions & 7 deletions addon.json

This file was deleted.

1 change: 1 addition & 0 deletions addon.json
Empty file added changes/.directory
Empty file.
1 change: 1 addition & 0 deletions changes/141.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add configuration for django-app-enabler
19 changes: 19 additions & 0 deletions djangocms_page_meta/addon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"package-name": "djangocms-page-meta",
"installed-apps": [
"filer",
"meta",
"easy_thumbnails",
"djangocms_page_meta"
],
"settings": {
"META_SITE_PROTOCOL": "https",
"META_USE_SITES": true,
"META_USE_OG_PROPERTIES": true,
"META_USE_TWITTER_PROPERTIES": true,
"META_USE_SCHEMAORG_PROPERTIES": true
},
"urls": [
],
"message": "Installation completed, please setup your templates according to the documentation: https://djangocms-page-meta.readthedocs.io/en/latest/usage.html"
}
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ long_description = file: README.rst, HISTORY.rst
long_description_content_type = text/x-rst
license = BSD
license_file = LICENSE
keywords = django cms, meta tags, OpenGraph, Twitter Cards, Schema.org
keywords = django cms, meta tags, OpenGraph, Twitter Cards, Schema.org, django-app-enabler addon
classifiers =
Development Status :: 5 - Production/Stable
Framework :: Django
Expand Down

0 comments on commit 8eabedf

Please sign in to comment.