run-dev.py: Fix typo in GitHub auth warning message.

This commit is contained in:
Vaida Plankyte
2017-08-14 14:26:19 +01:00
committed by Tim Abbott
parent 57f17ae543
commit 902d2715a5

View File

@@ -145,7 +145,7 @@ if 'zproject.backends.GitHubAuthBackend' in settings.AUTHENTICATION_BACKENDS:
"You are using the GitHub auth backend. Please make sure of the following:",
"- You have updated SOCIAL_AUTH_GITHUB_KEY and "
" SOCIAL_AUTH_GITHUB_SECRET settings.",
"- You have added http://localhost:9991/complete/github/' ",
"- You have added http://localhost:9991/complete/github/ ",
" as the callback URL in the OAuth application in GitHub.",
" You can create OAuth apps from ",
" https://github.com/settings/developers.",