6 lines
130 B
Python
6 lines
130 B
Python
import os
|
|
|
|
PROJECT_NAME = "{{cookiecutter.project_name}}"
|
|
|
|
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|