Skip to content

Commit b2b8725

Browse files
committed
update: 환경별 settings.py 수정
1 parent aad25bb commit b2b8725

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pyconkr/settings-dev.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import os
2+
from pyconkr.settings import *
23

34
DEBUG = True
45

pyconkr/settings-prod.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import os
2+
from pyconkr.settings import *
23

34
DEBUG = False
45

0 commit comments

Comments
 (0)