combo/tests/settings.py

14 lines
363 B
Python

LANGUAGE_CODE = 'en-us'
KNOWN_SERVICES = {
'wcs': {
'default': {'title': 'test', 'url': 'http://127.0.0.1:8999/',
'secret': 'combo', 'orig': 'combo'},
'other': {'title': 'test2', 'url': 'http://127.0.0.2:8999/',
'secret': 'combo', 'orig': 'combo'},
}
}
import tempfile
MEDIA_ROOT = tempfile.mkdtemp('combo-test')