Skip to content

Commit 3552244

Browse files
committed
update template settings.py
1 parent eeef2f7 commit 3552244

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pkgmt/assets/template/settings.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@
55

66
# load_dotenv()
77

8-
path_to_home = Path.home()
98

109
PATH_TO_PROJECT_ROOT = Path(__file__).parent
1110

12-
# PATH_TO_DB = path_to_home / "data" / "db.sqlite"
11+
# PATH_TO_DB = PATH_TO_PROJECT_ROOT / "data" / "db.sqlite"
1312
# LOCAL_DB_URI = f"sqlite:///{PATH_TO_DB}"
1413
# OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")

0 commit comments

Comments
 (0)