Skip to main content

A Django app to add meta tags to any page of your website.

Project description

Django Easy Metatags

Django Easy Metatags is a package for adding meta tags from admin panel to any url of your website.

Quick start

  1. Add "metatags" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [
        ...
        'metatags',
    ]
    
  2. Run python manage.py migrate to create the polls models.

  3. Load metatags templates tags in base.html::

    {% load metatags %}

  4. 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>
    
  5. Visit http://127.0.0.1:8000/admin/metatags/metatag/ to add meta tags.

  6. In slug add some unique feature of url.

  7. Enjoy!

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_easy_metatags-0.2.tar.gz (2.9 kB view details)

Uploaded Source

Built Distribution

django_easy_metatags-0.2-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file django_easy_metatags-0.2.tar.gz.

File metadata

  • Download URL: django_easy_metatags-0.2.tar.gz
  • Upload date:
  • Size: 2.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for django_easy_metatags-0.2.tar.gz
Algorithm Hash digest
SHA256 91911bde46f3d76928c5c7833d72c22c551ced8e22d3c7aede834a1b9c338300
MD5 5d77211ea1f21495caecec56ff990598
BLAKE2b-256 639bc5e733a03d13301c7e399268155f13ce3055b4e0fa08502feeab087e1a4c

See more details on using hashes here.

File details

Details for the file django_easy_metatags-0.2-py3-none-any.whl.

File metadata

  • Download URL: django_easy_metatags-0.2-py3-none-any.whl
  • Upload date:
  • Size: 5.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for django_easy_metatags-0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 d339b5a1ff3d68b9f79b1622d2bbfbba81b7b4cc871b4d1acb0cffb3eeb3cd8b
MD5 3733c06274770cc4f0794584dc413b8e
BLAKE2b-256 1717fe34074d669200925a01c89956d280b651a4cd91ebf58a2a83bee890040b

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