forked from CGM_Public/pretix_original
Move testdummy plugin to the test directory
This commit is contained in:
@@ -3,3 +3,7 @@ from pretix.settings import *
|
||||
TEST_DIR = os.path.dirname(__file__)
|
||||
|
||||
TEMPLATES[0]['DIRS'].append(os.path.join(TEST_DIR, 'templates'))
|
||||
|
||||
INSTALLED_APPS = INSTALLED_APPS + (
|
||||
'tests.testdummy',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user