init
This commit is contained in:
@@ -0,0 +1 @@
|
||||
from .config import *
|
||||
@@ -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