From ef82bc62cfcff40e7b70aebd11e96490485a9cc1 Mon Sep 17 00:00:00 2001 From: Damien Date: Wed, 1 Oct 2014 23:31:42 +0200 Subject: [PATCH] Typo in local_settings: Githup -> Github Kebap ou Kebab ? --- settings/local.py.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/local.py.example b/settings/local.py.example index 9ba66b76..2588f9fd 100644 --- a/settings/local.py.example +++ b/settings/local.py.example @@ -47,7 +47,7 @@ from .development import * #EMAIL_HOST_PASSWORD = 'yourpassword' #EMAIL_PORT = 587 -# GITHUP SETTINGS +# GITHUB SETTINGS #GITHUB_URL = "https://github.com/" #GITHUB_API_URL = "https://api.github.com/" #GITHUB_API_CLIENT_ID = "yourgithubclientid"