PEP fixes

This commit is contained in:
Oliver Walters 2019-05-04 01:04:30 +10:00
parent 6c7613ba2f
commit 517262b233

View File

@ -12,7 +12,7 @@ https://docs.djangoproject.com/en/1.10/ref/settings/
import os
import logging
import tempfile
import tempfile
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
@ -179,4 +179,4 @@ IMPORT_EXPORT_USE_TRANSACTIONS = True
# Settings for dbbsettings app
DBBACKUP_STORAGE = 'django.core.files.storage.FileSystemStorage'
DBBACKUP_STORAGE_OPTIONS = {'location': tempfile.gettempdir()}
DBBACKUP_STORAGE_OPTIONS = {'location': tempfile.gettempdir()}