Add document signature verification app
This commit is contained in:
4
apps/django_gpg/runtime.py
Normal file
4
apps/django_gpg/runtime.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from django_gpg.api import GPG
|
||||
from django_gpg.conf.settings import KEYSERVERS
|
||||
|
||||
gpg = GPG(keyservers=KEYSERVERS)
|
||||
Reference in New Issue
Block a user