File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
- # django-webmention
1
+ # django-webmention [ ![ PyPI version ] ( https://badge.fury.io/py/django-webmention.svg )] ( https://badge.fury.io/py/django-webmention )
2
2
3
3
webmention for Django projects.
4
4
@@ -16,4 +16,4 @@ webmention for Django projects.
16
16
* Include webmention information by either:
17
17
* Adding ` webmention.middleware.WebMentionMiddleware ` to ` MIDDLEWARE_CLASSES ` (affects all views)
18
18
* Decorating a specific view with ` webmention.middleware.include_webmention_information `
19
- * View webmention responses in the Django admin tool and mark them as reviewed as needed
19
+ * View webmention responses in the Django admin tool and mark them as reviewed as needed
Original file line number Diff line number Diff line change 1
- django-webmention
2
- =================
1
+ django-webmention | PyPI version |
2
+ ================================
3
3
4
4
webmention for Django projects.
5
5
27
27
28
28
- View webmention responses in the Django admin tool and mark them as
29
29
reviewed as needed
30
+
31
+ .. |PyPI version | image :: https://badge.fury.io/py/django-webmention.svg
32
+ :target: https://badge.fury.io/py/django-webmention
You can’t perform that action at this time.
0 commit comments