# -*- coding: utf-8 -*- import os DEBUG = True ROOT_DIR = os.path.dirname(os.path.abspath(__file__)) STATIC_FILES_ROOT = os.path.join(ROOT_DIR, 'static')