Skip to content

New official repository of django-meta, a pluggable app to allow Django developers to quickly add meta tags and OpenGraph, Twitter, and Google Plus properties to their HTML responses.

License

intip/django-meta

 
 

Repository files navigation

django-meta

Latest PyPI version

Monthly downloads

Python versions

Latest Travis CI build status

Test coverage

Test coverage

Code Climate

This pluggable app allows Django developers to quickly add meta tags and OpenGraph, Twitter, and Google Plus properties to their HTML responses.

Note

django-meta is now maintained by Nephila on github. Old bitbucket repository won't be updated anymore.

Warning

as of version 1.0 django-meta has included django-meta-mixin 0.2.1; django-meta 1.0 is a drop in replacement for django-meta-mixin: as a result django-meta-mixin is no longer actively developed

Installation

Install using pip:

pip install django-meta

Add meta to INSTALLED_APPS:

INSTALLED_APPS = (
    ....
    'meta',
)

Supported versions

Django

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

Python

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

Basic concept

django-meta provides a view-method and model-method interface to provide and handle meta informations

For more details check documentation.

Authors and Contributors

django-meta has been started by Branko Vukelic.

Current maintainer: Iacopo Spalletti

See AUTHORS file for the complete list of contributors

Reporting bugs

Please report all bugs to our Github issue tracker.

About

New official repository of django-meta, a pluggable app to allow Django developers to quickly add meta tags and OpenGraph, Twitter, and Google Plus properties to their HTML responses.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 91.5%
  • HTML 7.0%
  • Makefile 1.5%