1 # This file is part of FNP-Redakcja, licensed under GNU Affero GPLv3 or later.
2 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
4 from redakcja.settings.test import *
8 STATIC_ROOT_SYMLINK = os.path.dirname(STATIC_ROOT) + '_test'
9 STATICFILES_DIRS.append(STATIC_ROOT_SYMLINK)