__init__.py 127 B

12345
  1. from os.path import abspath, dirname
  2. project_dir = dirname(dirname(abspath(__file__)))
  3. STATIC_PATH = '%s/html' % project_dir