dialogflowAPI / core /path_conf.py
OnlyBiggg
'refactor'
5564ecb
raw
history blame
416 Bytes
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from pathlib import Path
BASE_PATH = Path(__file__).resolve().parent.parent
# ALEMBIC_VERSION_DIR = BASE_PATH / 'alembic' / 'versions'
LOG_DIR = BASE_PATH / 'log'
STATIC_DIR = BASE_PATH / 'static'
UPLOAD_DIR = STATIC_DIR / 'upload'
JINJA2_TEMPLATE_DIR = BASE_PATH / 'templates'
# PLUGIN_DIR = BASE_PATH / 'plugin'
# IP2REGION_XDB = STATIC_DIR / 'ip2region.xdb'