Beautifully crafted timelines that are easy and intuitive to use. http://timeline.knightlab.com/
7 lines
200 B
7 lines
200 B
12 years ago
|
"""Common settings and globals."""
|
||
|
import os
|
||
|
from os.path import abspath, basename, dirname, join, normpath
|
||
|
|
||
|
CORE_ROOT = dirname(dirname(abspath(__file__)))
|
||
|
PROJECT_ROOT = dirname(dirname(CORE_ROOT))
|