Files
pretix_cgo/src/tests/settings.py
2015-06-03 18:09:00 +02:00

6 lines
134 B
Python

from pretix.settings import *
TEST_DIR = os.path.dirname(__file__)
TEMPLATES[0]['DIRS'].append(os.path.join(TEST_DIR, 'templates'))