- 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:
@@ -2,6 +2,7 @@ from __future__ import absolute_import, unicode_literals
|
|||||||
|
|
||||||
from .. import * # NOQA
|
from .. import * # NOQA
|
||||||
|
|
||||||
|
COMMON_PRODUCTION_ERROR_LOG_PATH = '/tmp'
|
||||||
INSTALLED_APPS += ('test_without_migrations',)
|
INSTALLED_APPS += ('test_without_migrations',)
|
||||||
TEMPLATES[0]['OPTIONS']['loaders'] = (
|
TEMPLATES[0]['OPTIONS']['loaders'] = (
|
||||||
'django.template.loaders.filesystem.Loader',
|
'django.template.loaders.filesystem.Loader',
|
||||||
|
|||||||
Reference in New Issue
Block a user