Start implementing webmention receiving :o the status page is ugly and there's no actual verification yet, but good start at least ;)
This commit is contained in:
parent
b3fb0a8600
commit
169f0687cb
9 changed files with 154 additions and 0 deletions
5
webmention/apps.py
Normal file
5
webmention/apps.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class WebmentionConfig(AppConfig):
|
||||
name = 'webmention'
|
||||
Loading…
Add table
Add a link
Reference in a new issue