init
This commit is contained in:
5
{{cookiecutter.project_slug}}/core/config.py
Normal file
5
{{cookiecutter.project_slug}}/core/config.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import os
|
||||
|
||||
PROJECT_NAME = "{{cookiecutter.project_name}}"
|
||||
|
||||
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||
Reference in New Issue
Block a user