From b8a0d7e947873a76fb60b525379bcae5e8078c27 Mon Sep 17 00:00:00 2001 From: Tross Yvormes Date: Sat, 2 Nov 2019 01:49:35 -0400 Subject: [PATCH] Update URL in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9586b66..9cce4b3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Alliance Please Ignore_ OAuth2 authentication to your Django app. You _should_ be able to install the library as follows: - pip install git+ssh://gogs@git.pleaseignore.com:206/sharad/test_oauth2_django.git + pip install git+https://cicd.pleaseignore.com/test-it/test_oauth2_django.git Then, add `test_oauth` to the list of installed apps in your Django app. Also add a URL entry for the authentication application: -- GitLab