style
[redakcja.git] / redakcja / settings / integration_test.py
1 # -*- coding: utf-8 -*-
2 from redakcja.settings.test import *
3
4 NOSE_ARGS = ()
5
6 STATIC_ROOT_SYMLINK = os.path.dirname(STATIC_ROOT) + '_test'
7 STATICFILES_DIRS.append(STATIC_ROOT_SYMLINK)
8