fnp
/
prawokultury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
entry searching works
[prawokultury.git]
/
prawokultury
/
settings.py
1
import os.path
2
import glob
3
4
conffiles = glob.glob(os.path.join(os.path.dirname(__file__), 'settings.d', '*.conf'))
5
conffiles.sort()
6
for f in conffiles:
7
execfile(os.path.abspath(f))