fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fixed when no collections
[wolnelektury.git]
/
src
/
wolnelektury
/
settings
/
paths.py
1
from os import path
2
3
PROJECT_DIR = path.dirname(path.dirname(path.abspath(__file__)))
4
ROOT_DIR = path.dirname(path.dirname(PROJECT_DIR))
5
VAR_DIR = path.join(ROOT_DIR, 'var')
6