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:
Danielle McLean 2018-03-19 21:11:04 +11:00
parent b3fb0a8600
commit 169f0687cb
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
9 changed files with 154 additions and 0 deletions

View file

@ -89,6 +89,7 @@ INSTALLED_APPS = [
'lemonauth',
'micropub',
'users',
'webmention',
'wellknowns',
]