Skip to content

Commit 6285685

Browse files
Code refactoring
1 parent b25aa20 commit 6285685

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import os
22
from decouple import config
33

4+
45
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
56

67
SECRET_KEY = config('SECRET_KEY')

0 commit comments

Comments
 (0)