indymediauk settings
This commit is contained in:
parent
e6ef483305
commit
0ec0f0eac2
2 changed files with 17 additions and 16 deletions
|
|
@ -3,7 +3,7 @@
|
|||
import os
|
||||
from os.path import join, abspath, basename, dirname
|
||||
|
||||
name = 'mdr'
|
||||
name = 'indymediauk'
|
||||
base = abspath(dirname(__file__))
|
||||
os.chdir(base)
|
||||
|
||||
|
|
@ -52,7 +52,6 @@ for root, folders, files in os.walk(join(base, 'scripts')):
|
|||
os.unlink(target)
|
||||
os.symlink(rel_src, target)
|
||||
|
||||
#todo
|
||||
#custom python module etc
|
||||
#local_settings.py?
|
||||
|
||||
# todo
|
||||
# custom python module etc
|
||||
# local_settings.py?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue