mirror of
https://github.com/Tygs/0bin.git
synced 2023-08-10 21:13:00 +03:00
7 lines
155 B
Python
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') |