Django Easy Metatags
Django Easy Metatags is a package for adding meta tags from admin panel to any url of your website.
Quick start
-
Add "metatags" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [ ... 'metatags', ] -
Run
python manage.py migrateto create the polls models. -
Load metatags templates tags in base.html::
{% load metatags %} -
Add metatags tag in head of body or any page where you want to add meta tags to.
<head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> {% metatags request.path %} <title>Document</title> </head> -
Visit http://127.0.0.1:8000/admin/metatags/metatag/ to add meta tags.
-
In slug add some unique feature of url.
-
Enjoy!
Release files for django-easy-metatags 0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django_easy_metatags-0.2.tar.gz | 2.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_easy_metatags-0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.4 kB