Improve documentation regarding the use of GPG version 1. GitLab issue #333. Thank to @Albe for the report.

This commit is contained in:
Roberto Rosario
2016-11-08 02:26:17 -04:00
parent 14bde36c1f
commit 6b9b280d71
6 changed files with 17 additions and 5 deletions

View File

@@ -2,8 +2,6 @@ from __future__ import absolute_import, unicode_literals
from ..base import * # NOQA
SIGNATURES_GPG_PATH = '/usr/bin/gpg1'
INSTALLED_APPS += ('test_without_migrations',)
TEMPLATE_LOADERS = (
'django.template.loaders.filesystem.Loader',