Spaces:
Sleeping
Sleeping
| #!/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' | |