update editor
[redakcja.git] / redakcja / settings / integration_test.py
1 # -*- coding: utf-8 -*-
2 #
3 # This file is part of MIL/PEER, licensed under GNU Affero GPLv3 or later.
4 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
5 #
6 from redakcja.settings.test import *
7
8 NOSE_ARGS = ()
9
10 STATIC_ROOT_SYMLINK = os.path.dirname(STATIC_ROOT) + '_test'
11 STATICFILES_DIRS.append(STATIC_ROOT_SYMLINK)