accept empty cover in document save form
[redakcja.git] / tests / integration / __init__.py
1 # -*- coding: utf-8 -*-\r
2 #\r
3 # This file is part of MIL/PEER, licensed under GNU Affero GPLv3 or later.\r
4 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.\r
5 #\r
6 import os\r
7 from django.conf import settings\r
8 \r
9 if not os.path.exists(settings.STATIC_ROOT_SYMLINK):\r
10     os.symlink(settings.STATIC_ROOT, settings.STATIC_ROOT_SYMLINK)\r