Introduce some very, VERY basic support for micropub - only h-entry works, and only the name and content properties can actually be set, but it works

This commit is contained in:
Danielle McLean 2017-11-03 20:45:29 +11:00
parent a3f23e3b4d
commit 9a98fcdf4f
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
7 changed files with 68 additions and 0 deletions

View file

@ -85,6 +85,7 @@ INSTALLED_APPS = [
'entries',
'home',
'lemonauth',
'micropub',
'users',
'wellknowns',
]