Skip to main content

Django <meta /> tag view mixin

Project description

Installation

$ [sudo] pip install django-meta-tag-view
views.py
from django_meta_tag_view.views import MetaTagMixin

class View(MetaTagMixin,...):
    meta_tags = {'robots': 'noindex'}
class View(MetaTagMixin,...):
    def get_meta_tags(self):
        return {
            'description': 'description ...',
            'keywords': 'keywords ...'
        }
Templates
<head>
{{ meta_tags }}
</head>

readme42.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-meta-tag-view-2020.7.1.tar.gz (1.6 kB view details)

Uploaded Source

File details

Details for the file django-meta-tag-view-2020.7.1.tar.gz.

File metadata

  • Download URL: django-meta-tag-view-2020.7.1.tar.gz
  • Upload date:
  • Size: 1.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.7

File hashes

Hashes for django-meta-tag-view-2020.7.1.tar.gz
Algorithm Hash digest
SHA256 7de55fbf6a2919e20a8a16628895644cd1190841ccb30488d6a1ae7cc866b452
MD5 96417b80180f58af1c647d3dffc0b62e
BLAKE2b-256 97fb45a78b016028d19a256962d6029cde58261c30ebbcfa7f6f7711e664d813

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page