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
5
wellknowns/apps.py
Normal file
5
wellknowns/apps.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class WellKnownsConfig(AppConfig):
|
||||
name = 'wellknowns'
|
Loading…
Add table
Add a link
Reference in a new issue