Skip to content

skirsdeda/djangocms-page-meta

 
 

Repository files navigation

djangocms-page-meta

Latest PyPI version

Monthly downloads

Python versions

Latest Travis CI build status

Test coverage

Test coverage

Code Climate

Meta tag information for django CMS 3 pages

Support Python version:

  • Python 2.6
  • Python 2.7
  • Python 3.3
  • Python 3.4
  • Python 3.5

Supported Django versions:

  • Django 1.6
  • Django 1.7
  • Django 1.8
  • Django 1.9

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/.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 95.2%
  • HTML 3.5%
  • Makefile 1.2%
  • CSS 0.1%