Skip to content

Commit 27e0d21

Browse files
author
PRITAM CHAKRABORTY
committed
settings refactored for production & development
1 parent 9e5bbf2 commit 27e0d21

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

core/settings/dev.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from .common import *

core/settings/prod.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from .common import *

0 commit comments

Comments
 (0)