fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
minor fix
[redakcja.git]
/
redakcja
/
settings
/
integration_test.py
1
# -*- coding: utf-8 -*-
2
from redakcja.settings.test import *
3
4
NOSE_ARGS = ()
5
6
STATIC_ROOT_SYMLINK = os.path.dirname(STATIC_ROOT) + '_test'
7
STATICFILES_DIRS.append(STATIC_ROOT_SYMLINK)
8