Skip to main content

A pluggable implementation of webmention for Django projects

Project description

django-webmention PyPI version Build Status

webmention for Django projects.

What this project is

This package provides a way to integrate webmention endpoint discovery and webmention receipts into your project. Once you follow the installation instructions, you should be able to use something like webmention.rocks to generate a test webmention and see it in the Django admin panel.

Once you receive a webmention, you can click through to the page the webmention was sent from and see what people are saying about your site. Afterward, you can mark the webmention as reviewed in the Django admin so you can more easily see the latest webmentions you receive.

Once you verify that you're receiving webmentions successfully, you can use the webmention information as you like. As an example, you could query the webmentions that are responses to a specific page and display them on that page.

What this project isn't

This package does not currently provide functionality for sending webmentions.

Installation

$ pip install django-webmention

  • Add 'webmention' to INSTALLED_APPS
  • Run python manage.py migrate webmention
  • Add the URL patterns to your top-level urls.py
    • path('webmention/', include('webmention.urls')) for Django >= 3.2

Usage

  • Include webmention information by either:
    • Installing the middleware in settings.py (affects all views)
      • Append webmention.middleware.webmention_middleware to your MIDDLEWARE settings
    • Decorating a specific view with webmention.middleware.include_webmention_information
  • View webmention responses in the Django admin interface and mark them as reviewed as needed

Development

Setup

Running Tests

You can run tests using tox:

$ tox --parallel=auto

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-webmention-3.0.0.tar.gz (6.3 kB view details)

Uploaded Source

Built Distribution

django_webmention-3.0.0-py3-none-any.whl (7.8 kB view details)

Uploaded Python 3

File details

Details for the file django-webmention-3.0.0.tar.gz.

File metadata

  • Download URL: django-webmention-3.0.0.tar.gz
  • Upload date:
  • Size: 6.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.0

File hashes

Hashes for django-webmention-3.0.0.tar.gz
Algorithm Hash digest
SHA256 c0b6cbab6136cef9f6e69369b36ec875f4b88e483b88e3cf06c0de207230b9e8
MD5 26ff3db838e260aac53cb34767bece02
BLAKE2b-256 b55becde91209f1ea13ae9b1019de7dea84a33970095a67bdfe5f8c8dc53950a

See more details on using hashes here.

File details

Details for the file django_webmention-3.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for django_webmention-3.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 26748c133f96ef5a91f3507322439282d312d28a356758cbdb88cf75cc52e205
MD5 0ae87a00733917c0ec7d32802280ac2e
BLAKE2b-256 b51c7d29ec86650995e183d1b9bf80bbfdf56e9998d9a9956569391e73ce4d6c

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