adding initial djangogirls-blog project

This commit is contained in:
2019-12-26 02:49:50 +00:00
parent 12a912b18e
commit b6248b2a8f
9 changed files with 538 additions and 0 deletions

View File

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