A pluggable implementation of webmention for Django projects.
Project description
webmention for Django projects.
Installation
$ pip install django-webmention
Add webmention to INSTALLED_APPS
Run manage.py migrate webmention
Add url(r'^webmention', include('webmention.urls', namespace='webmention')) to top-level urls.py
Run manage.py test webmention to ensure unit tests all pass
Usage
Include webmention information by either:
Adding webmention.middleware.WebMentionMiddleware to MIDDLEWARE_CLASSES (affects all views)
Decorating a specific view with webmention.middleware.include_webmention_information
View webmention responses in the Django admin tool and mark them as reviewed as needed
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for django_webmention-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c0ea0f253ca8c5fea38efc2f93e83e8619f322627291c8a68ff61dfb561e3bb |
|
MD5 | 9388c33b68dd2bc70edfd562fe705ba7 |
|
BLAKE2b-256 | 0714866765e690e8f199cff6db16b8164ed49fd0f197160720f4d4423b253edb |