Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

prezi/djangocms-page-meta

This branch is 162 commits behind nephila/djangocms-page-meta:develop.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

61c4b77 · Jan 24, 2018
Jan 21, 2014
Jan 16, 2018
Jan 8, 2018
Jan 16, 2018
Jan 8, 2016
Feb 25, 2016
Jan 20, 2014
Feb 25, 2016
Jan 8, 2016
Jan 8, 2016
Jan 23, 2018
Dec 4, 2016
May 5, 2017
Jan 14, 2018
Jan 20, 2014
Dec 9, 2015
Aug 8, 2015
Jan 14, 2018
Apr 11, 2016
Jan 8, 2018
Jan 8, 2018
Dec 30, 2017
Dec 30, 2017
Dec 4, 2016
Dec 4, 2016
Dec 30, 2017
Dec 30, 2017

Repository files navigation

djangocms-page-meta

Join the Gitter chat Latest PyPI version Python versions Latest Travis CI build status Test coverage Code Climate License

Meta tag information for django CMS 3 pages

Python: 2.7, 3.4, 3.5. 3.6

Django: 1.8 to 1.11

django CMS: 3.4 (and develop/3.5)

Warning

Since version 0.7, the support for Python 2.6, Python 3.3, Django<1.8 and django CMS<3.2 has been dropped

Quickstart

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

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

    'filer',
    'meta',
    'easy_thumbnails',
    'djangocms_page_meta',
    
  4. Synchronize the database with syncdb:

    $ python manage.py syncdb
    

    or migrate:

    $ python manage.py migrate
    
  5. Configuration:

    See configuration section in the documentation.

  6. That's all!

Dependencies

Documentation

For package documentation see https://djangocms-page-meta.readthedocs.io/.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 94.1%
  • HTML 4.4%
  • Makefile 1.4%
  • CSS 0.1%