Skip to main content

A pluggable implementation for receiving webmentions 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-4.0.0.tar.gz (8.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

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

Uploaded Python 3

File details

Details for the file django_webmention-4.0.0.tar.gz.

File metadata

  • Download URL: django_webmention-4.0.0.tar.gz
  • Upload date:
  • Size: 8.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for django_webmention-4.0.0.tar.gz
Algorithm Hash digest
SHA256 001871e835e2d37590b7d2a91cd9acc7ebd4ee3ab07d56b34815336eaeda2336
MD5 0513666f6b799b133982999c91d87100
BLAKE2b-256 69c1f4cc5a511c77fc292985689bf2dd73e155a18247353bdee4917a78e46f9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for django_webmention-4.0.0.tar.gz:

Publisher: packaging.yml on easy-as-python/django-webmention

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for django_webmention-4.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1a319de5b52c9c520a157040fbd618c4cd2a63f8ea871c9b6d901bb3d1cbf3ac
MD5 fb0425ec89f4851c83b04836f1b164fb
BLAKE2b-256 e02872c0fe1dc5e8fd773d49a09ba4579af333470d21e169cfff148d72697331

See more details on using hashes here.

Provenance

The following attestation bundles were made for django_webmention-4.0.0-py3-none-any.whl:

Publisher: packaging.yml on easy-as-python/django-webmention

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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