Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

django-seo-admin

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-seo-admin

App for apply SEO on your websites with Django.

  • 0.2
  • PyPI
  • Socket score

Maintainers
1

django-seo-admin/README.rst

Django SEO Admin

Django SEO Admin is the app for apply SEO on your websites with Django.

Installing

pip install django-seo-admin

Quick start

  1. Include the app 'seo' to INSTALLED_APP in the settings.py

  2. Apply migration with makemigrations and migrate for registry the model of django-seo-admin

  3. In the template::

    {% load tag_seo_admin %} {% get_metadata %}

    Django Seo Admin

  4. Sign in to Admin of Django and load record to the model of django-seo-admin.

    Fields are:

    1. Type: Type tag for example: Meta and title.
    2. Is_property: If tag contains property "property", else contains property "name"
    3. Field: Value of property. For example, the property name contains value "keywords"
    4. Content: Contains of property. For example, for keywords contains values "django, web, framework"
  5. Run server

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc