Add SIGNATURES_GPG_HOME configuration option

This commit is contained in:
Roberto Rosario
2012-01-25 02:43:31 -04:00
parent 0e87b5dc56
commit af04f532ad
5 changed files with 20 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
from django_gpg.api import GPG
from django_gpg.conf.settings import KEYSERVERS
from django_gpg.conf.settings import KEYSERVERS, GPG_HOME
gpg = GPG(keyservers=KEYSERVERS)
gpg = GPG(home=GPG_HOME, keyservers=KEYSERVERS)