django meta¶
A pluggable app allows Django developers to quickly add meta tags and OpenGraph, Twitter, and Schema.org properties to their HTML responses.
Warning
INCOMPATIBLE CHANGE: as of version 2.0 django-meta has no longer supports Google+, basic Schema.org support has been introduced.
Usage¶
django meta has two different operating mode:
- Installation
- Upgrading
- Model support
- View support
- Settings
- Rendering meta tags
- Adding custom tags / properties
- Package documentation
- Development & community
- Contributing
- History
- 2.3.0 (2023-08-10)
- 2.2.0 (2023-04-18)
- 2.1.0 (2022-07-28)
- 2.0.0 (2020-11-14)
- 1.7.0 (2020-07-07)
- 1.6.1 (2020-01-16)
- 1.6.0 (2019-12-22)
- 1.5.2 (2019-07-02)
- 1.5.1 (2019-04-11)
- 1.5.0 (2019-03-23)
- 1.4.1 (2018-01-21)
- 1.4.0 (2017-08-12)
- 1.3.2 (2016-10-26)
- 1.3.1 (2016-08-01)
- 1.3 (2016-06-06)
- 1.2 (2016-04-09)
- 1.1 (2016-04-08)
- 1.0 (2016-03-29)
- 0.3.2 (2016-02-09)
- 0.3.1 (2015-06-27)
- 0.3.0 (2015-06-27)
- 0.2.1 (2014-12-15)
- 0.2.0 (2014-05-28)
- 0.1.0 (2014-01-20)
- 0.0.3 (2013-11-12)
- 0.0.2 (2013-04-12)
- 0.0.1 (2013-04-04)
Apps using django-meta / extensions¶
- djangocms-blog: https://github.com/nephila/djangocms-blog
- djangocms-page-meta: https://github.com/nephila/djangocms-page-meta
- django-knocker: https://github.com/nephila/django-knocker
- wagtail-metadata-mixin: https://github.com/bashu/wagtail-metadata-mixin
Open a pull request to add yours here