Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nk521 authored Jul 1, 2018
1 parent 2b80f08 commit c19a77a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nsp/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@

# For Github Authentication

SOCIAL_AUTH_GITHUB_KEY = '1872ea14c197d599ebe5'
SOCIAL_AUTH_GITHUB_SECRET = 'cc56899a4a0cf19258c33d76280450f9be98ad46'
SOCIAL_AUTH_GITHUB_KEY = '<git_key>'
SOCIAL_AUTH_GITHUB_SECRET = '<git_secret>'

AUTH_PROFILE_MODULE = 'accounts.UserProfile'

0 comments on commit c19a77a

Please sign in to comment.