This commit is contained in:
Roberto Rosario
2016-12-22 03:15:32 -04:00
parent 92130608fb
commit 79b0763fe9
3 changed files with 0 additions and 3 deletions

View File

@@ -4,7 +4,6 @@ import logging
import sys
import traceback
from django.apps import apps
from django.conf import settings
from django.db import OperationalError

View File

@@ -1,4 +1,3 @@
from .base import * # NOQA
SIGNATURES_GPG_PATH = '/usr/bin/gpg1'

View File

@@ -14,4 +14,3 @@ from django.core.wsgi import get_wsgi_application
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "mayan.settings.production")
application = get_wsgi_application()