1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00
0bin/settings.py
2012-04-25 01:15:38 +07:00

7 lines
155 B
Python

# -*- 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')