Skip to content

Commit

Permalink
Merge pull request #47 from nk521/patch-1
Browse files Browse the repository at this point in the history
Cleaning code
  • Loading branch information
rshrc authored Jul 1, 2018
2 parents 2b80f08 + c19a77a commit 0eefe13
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 0eefe13

Please sign in to comment.