Meta tag information for django CMS 3 pages
Python: 2.7, 3.5. 3.6, 3.7
Django: 1.11 to 2.2
django CMS: 3.4, 3.5, 3.6, 3.7
A working django CMS environment is required for djangocms-page-meta to work. Refer to django CMS documentation for how to install and configure django CMS.
Install djangocms-page-meta:
$ pip install djangocms-page-meta
or from the repository:
pip install -e git+https://github.com/nephila/djangocms-page-meta#egg=djangocms-page-meta
Then add it to INSTALLED_APPS along with its dependencies:
'filer', 'meta', 'easy_thumbnails', 'djangocms_page_meta',
Synchronize the database with syncdb:
$ python manage.py syncdb
or migrate:
$ python manage.py migrate
Configuration:
See configuration section in the documentation.
That's all!
Note
Enabling this will hide django CMS own Meta description field to keep all the meta 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).
For package documentation see https://djangocms-page-meta.readthedocs.io/.