+# -*- coding: utf-8 -*-\r
+#\r
+# This file is part of MIL/PEER, licensed under GNU Affero GPLv3 or later.\r
+# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.\r
+#\r
import os\r
from django.conf import settings\r
\r
if not os.path.exists(settings.STATIC_ROOT_SYMLINK):\r
- os.symlink(settings.STATIC_ROOT, settings.STATIC_ROOT_SYMLINK)
\ No newline at end of file
+ os.symlink(settings.STATIC_ROOT, settings.STATIC_ROOT_SYMLINK)\r