new project

This commit is contained in:
long2ice
2021-04-25 17:17:21 +08:00
parent 28d66950fe
commit 7f957661ec
83 changed files with 2721 additions and 2752 deletions

3
examples/constants.py Normal file
View File

@ -0,0 +1,3 @@
import os
BASE_DIR = os.path.dirname(os.path.abspath(__file__))