fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
stats
[redakcja.git]
/
tests
/
integration
/
__init__.py
1
import os
\r
2
from django.conf import settings
\r
3
\r
4
if not os.path.exists(settings.STATIC_ROOT_SYMLINK):
\r
5
os.symlink(settings.STATIC_ROOT, settings.STATIC_ROOT_SYMLINK)