Name | wagtail-meta JSON |
Version |
1.0.2
JSON |
| download |
home_page | https://github.com/Nigel2392/wagtail_meta |
Summary | A Django application to manage your Wagtail site's meta tags at runtime with full access to context variables. |
upload_time | 2024-05-29 10:41:56 |
maintainer | None |
docs_url | None |
author | Nigel |
requires_python | >=3.8 |
license | GPL-3.0-only |
keywords |
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|

wagtail_meta
================
A library to manage meta-tags at runtime for your Wagtail site.
Allows for using context variables in a custom HTML meta tag, or the tag value content itself.
Quick start
-----------
1. Install the package via pip:
```bash
pip install wagtail_meta
```
2. Add 'wagtail_meta' to your INSTALLED_APPS setting like this:
```
INSTALLED_APPS = [
# ...,
'wagtail_meta',
# ...,
]
```
3. Use the template tag in your base template
```html
{% load wagtail_meta %}
<!DOCTYPE html>
<html>
<head>
...
{% metatags %}
{# Optionally call with model argument {% metatags settings.wagtail_meta.metatags.tags %} #}
...
</head>
<body>
...
</body>
</html>
```
Raw data
{
"_id": null,
"home_page": "https://github.com/Nigel2392/wagtail_meta",
"name": "wagtail-meta",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": null,
"author": "Nigel",
"author_email": "nigel@goodadvice.it",
"download_url": "https://files.pythonhosted.org/packages/67/fe/c61efeb91e98022f3089aaabfd97242a02c6ee7615769426f030f7b00033/wagtail_meta-1.0.2.tar.gz",
"platform": null,
"description": "\r\n\r\nwagtail_meta\r\n================\r\n\r\nA library to manage meta-tags at runtime for your Wagtail site.\r\n\r\nAllows for using context variables in a custom HTML meta tag, or the tag value content itself.\r\n\r\nQuick start\r\n-----------\r\n\r\n1. Install the package via pip:\r\n\r\n ```bash\r\n pip install wagtail_meta\r\n ```\r\n\r\n2. Add 'wagtail_meta' to your INSTALLED_APPS setting like this:\r\n\r\n ```\r\n INSTALLED_APPS = [\r\n # ...,\r\n 'wagtail_meta',\r\n # ...,\r\n ]\r\n ```\r\n\r\n3. Use the template tag in your base template\r\n```html\r\n{% load wagtail_meta %}\r\n<!DOCTYPE html>\r\n<html>\r\n <head>\r\n ...\r\n\r\n {% metatags %}\r\n {# Optionally call with model argument {% metatags settings.wagtail_meta.metatags.tags %} #}\r\n\r\n ...\r\n </head>\r\n <body>\r\n ...\r\n </body>\r\n</html>\r\n```\r\n",
"bugtrack_url": null,
"license": "GPL-3.0-only",
"summary": "A Django application to manage your Wagtail site's meta tags at runtime with full access to context variables.",
"version": "1.0.2",
"project_urls": {
"Homepage": "https://github.com/Nigel2392/wagtail_meta"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "67fec61efeb91e98022f3089aaabfd97242a02c6ee7615769426f030f7b00033",
"md5": "0256953b3b6e7fa8f9d1492f809054d9",
"sha256": "62dc07be305b51d109666583271849506b523c676aa0662b100ff3a2f7122a97"
},
"downloads": -1,
"filename": "wagtail_meta-1.0.2.tar.gz",
"has_sig": false,
"md5_digest": "0256953b3b6e7fa8f9d1492f809054d9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 16246,
"upload_time": "2024-05-29T10:41:56",
"upload_time_iso_8601": "2024-05-29T10:41:56.237231Z",
"url": "https://files.pythonhosted.org/packages/67/fe/c61efeb91e98022f3089aaabfd97242a02c6ee7615769426f030f7b00033/wagtail_meta-1.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-29 10:41:56",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Nigel2392",
"github_project": "wagtail_meta",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "wagtail-meta"
}