Add support for /.well-known/keybase.txt
This commit is contained in:
parent
aa132c6aed
commit
2db2f4b6fc
7 changed files with 79 additions and 0 deletions
|
@ -68,6 +68,7 @@ INSTALLED_APPS = [
|
|||
'lemoncurry',
|
||||
'home',
|
||||
'users',
|
||||
'wellknowns',
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
|
|
@ -18,5 +18,6 @@ from django.contrib import admin
|
|||
|
||||
urlpatterns = [
|
||||
url(r'^', include('home.urls')),
|
||||
url(r'^.well-known/', include('wellknowns.urls')),
|
||||
url(r'^admin/', admin.site.urls),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue