ba477bb0206591e46a475e33cf8590c1cdaa2c22
[redakcja.git] / src / redakcja / settings / integration_test.py
1 from redakcja.settings.test import *
2
3 NOSE_ARGS = ()
4
5 STATIC_ROOT_SYMLINK = os.path.dirname(STATIC_ROOT) + '_test'
6 STATICFILES_DIRS.append(STATIC_ROOT_SYMLINK)
7