- Put the log file in the /tmp folder.

- This is temporary and should be fixed. Create /media when not found?

Signed-off-by: Eric Riggs <ericriggs42@gmail.com>
This commit is contained in:
Eric Riggs
2018-04-22 13:51:14 -04:00
parent 8e3446c13e
commit 9fbedd244c

View File

@@ -2,6 +2,7 @@ from __future__ import absolute_import, unicode_literals
from .. import * # NOQA
COMMON_PRODUCTION_ERROR_LOG_PATH = '/tmp'
INSTALLED_APPS += ('test_without_migrations',)
TEMPLATES[0]['OPTIONS']['loaders'] = (
'django.template.loaders.filesystem.Loader',