diff options
Diffstat (limited to 'example_project')
| -rw-r--r-- | example_project/settings.py | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/example_project/settings.py b/example_project/settings.py index 4fa80206c..cc2e44b3d 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -328,6 +328,8 @@ DATA_UPLOAD_MAX_NUMBER_FIELDS = 10240  DOT_BINARY = "/usr/bin/dot"  PDFTOPPM_BINARY = "" +UNOCONV_BINARY = "/usr/bin/unoconv" +  TEST_RUNNER = "ishtar_common.tests.ManagedModelTestRunner"  SELENIUM_TEST = False  CELERY_BROKER_URL = "" | 
