Skip to main content

OpenGraph, Twitter Card and Google+ snippet tags for django CMS 3 pages

Project description

Latest PyPI version Latest Travis CI build status Monthly downloads Test coverage

Meta tag information for django CMS 3 pages

Support Python version:

  • Python 2.6

  • Python 2.7

  • Python 3.3

  • Python 3.4

Supported Django versions:

  • Django 1.6

  • Django 1.7

  • Django 1.8

Supported django CMS versions:

  • django CMS 3.x

Quickstart

  1. 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
  2. Then add it to INSTALLED_APPS along with its dependencies:

    'filer',
    'meta',
    'meta_mixin',
    'djangocms_page_meta',
  3. Synchronize the database with syncdb:

    $ python manage.py syncdb

    or migrate:

    $ python manage.py migrate
  4. Configuration:

    There is no special configuration for djangocms-page-meta, but make sure you set the necessary configuration for django-meta.

  5. That’s all!

Dependencies

Documentation

For package documentation see http://djangocms-page-meta.readthedocs.org/.

History

0.5.6 (2015-10-03)

  • Fix error when retrieing tags from djangocms-page-tags

  • Add support for django CMS 3.2

  • Add support for Django 1.8

0.5.5 (2015-08-21)

  • Different approach at fix error when page is None

  • Better fallback mechanism

  • Update i18n

0.5.4 (2015-08-08)

  • Fix error when page is None

  • Code cleanup

  • Add pep8/isort to tests

  • Add missing migration

0.5.3 (2015-06-29)

  • Fix Django 1.7 migration

  • Update testing configuration

0.5.2 (2015-06-28)

  • Compatibility with django CMS 3.1.1

0.5.1 (2015-06-06)

  • Make south migrations indipendent from djangocms-helper

0.5 (2015-06-06)

  • Add support for custom user model

  • Fix the length of SEO fields

  • Use djangocms-helper for tests

  • Add support for Django 1.7

  • Add support for django CMS 3.1

0.4.1 (2014-08-10)

  • Minor fixes

0.4.0 (2014-04-19)

  • django CMS 3 final release support

  • Moved some code to external django-meta-mixin application

0.3.3 (2014-03-23)

  • Better support for sn-dependent descriptions

0.3.2 (2014-03-07)

  • Add different descriptions for each supported social network

0.3.1 (2014-02-13)

  • Fix permission name

0.3.0 (2014-02-02)

  • Fix for django CMS 3 develop update

0.2.1 (2014-01-26)

  • Vendorizing django-meta compatibility templatetags

0.2.0 (2014-01-22)

  • Put toolbar menu items in a submenu

0.1.0 (2014-01-21)

  • Experimental release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

djangocms-page-meta-0.5.6.tar.gz (23.3 kB view hashes)

Uploaded Source

Built Distribution

djangocms_page_meta-0.5.6-py2.py3-none-any.whl (48.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page