X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/ec5b493bff5efa683aadf5f78aa891eff3550156..8132fc186eb0c5fd02c86828c3a4735754296d02:/redakcja/settings/test.py diff --git a/redakcja/settings/test.py b/redakcja/settings/test.py index d667ddd7..cd131787 100644 --- a/redakcja/settings/test.py +++ b/redakcja/settings/test.py @@ -20,8 +20,9 @@ DATABASES = { import tempfile CATALOGUE_REPO_PATH = tempfile.mkdtemp(prefix='redakcja-repo') +CATALOGUE_IMAGE_REPO_PATH = tempfile.mkdtemp(prefix='redakcja-repo-img') MEDIA_ROOT = tempfile.mkdtemp(prefix='media-root') -USE_CELERY = False +CELERY_ALWAYS_EAGER = True INSTALLED_APPS += ('django_nose', 'dvcs.tests') @@ -38,3 +39,6 @@ NOSE_ARGS = ( ) SECRET_KEY = "not-so-secret" + + +LITERARY_DIRECTOR_USERNAME = 'Kaowiec'