upd
This commit is contained in:
parent
38280697f9
commit
4b53f3d0a1
5
mysite/test.py
Normal file
5
mysite/test.py
Normal file
@ -0,0 +1,5 @@
|
||||
import os
|
||||
|
||||
print os.path.abspath(__file__)
|
||||
PROJECT_ROOT = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||
print os.path.join(PROJECT_ROOT, 'static')
|
Loading…
Reference in New Issue
Block a user