1 # -*- coding: utf-8 -*-
 
   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.
 
   6 from redakcja.settings.test import *
 
  10 STATIC_ROOT_SYMLINK = os.path.dirname(STATIC_ROOT) + '_test'
 
  11 STATICFILES_DIRS.append(STATIC_ROOT_SYMLINK)