Skip to content

Commit 29b6358

Browse files
author
Dennis Schwartz
committed
One more try with settings.
1 parent b92e7fa commit 29b6358

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

biojs/settings.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
SECRET_KEY = '$&&+$xz)50khd6q+aq&95r1$2urmmdv37=-*lu3v-wwh46829t'
2424

2525
try:
26-
from config import GITHUB_CLIENT_ID, GITHUB_CLIENT_SECRET
26+
from config import *
27+
GITHUB_CLIENT_ID = GITHUB_CLIENT_ID
28+
GITHUB_CLIENT_SECRET = GITHUB_CLIENT_SECRET
2729
except:
2830
GITHUB_CLIENT_ID = ''
2931
GITHUB_CLIENT_SECRET = ''

0 commit comments

Comments
 (0)