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
File details
Details for the file django-webmention-0.0.3.tar.gz
.
File metadata
- Download URL: django-webmention-0.0.3.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4b48f1a8c274879b0927782d4fc152efada861dbc7f06f44ae09ff58c633bbd |
|
MD5 | 4f9dcd8cc7db8de04c135b53c3a4ef4f |
|
BLAKE2b-256 | 10a5e20389a4ae8c50f223e012019b66f9116b84a994918d63e674e15d72e77c |
File details
Details for the file django_webmention-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: django_webmention-0.0.3-py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c0ea0f253ca8c5fea38efc2f93e83e8619f322627291c8a68ff61dfb561e3bb |
|
MD5 | 9388c33b68dd2bc70edfd562fe705ba7 |
|
BLAKE2b-256 | 0714866765e690e8f199cff6db16b8164ed49fd0f197160720f4d4423b253edb |