Add support for /.well-known/keybase.txt

This commit is contained in:
Danielle McLean 2017-10-24 14:39:16 +11:00
parent aa132c6aed
commit 2db2f4b6fc
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
7 changed files with 79 additions and 0 deletions

View file

@ -68,6 +68,7 @@ INSTALLED_APPS = [
'lemoncurry',
'home',
'users',
'wellknowns',
]
MIDDLEWARE = [