-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Michael Beaton edited this page Nov 2, 2022
·
7 revisions
Welcome to the django-wm
wiki!
django-wm
is a library that lets you add Webmention functionality to your Django project. It provides a Django app called mentions
which contains all the tools you need in order to send and receive webmentions:
- Endpoints: receive and retrieve webmentions for your content.
- Middleware and template tags: make your endpoint discoverable.
- Models and mixins: integrate webmentions with your own models.