Files
py_starter/{{cookiecutter.project_slug}}/core/config.py
2025-01-20 14:57:31 +08:00

6 lines
130 B
Python

import os
PROJECT_NAME = "{{cookiecutter.project_name}}"
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))