oauth/settings/oauth_settings.py
changeset 2 d5c583f9a035
parent 1 5f50937893ac
child 3 3f52a017e6f5
--- a/oauth/settings/oauth_settings.py	Tue Feb 16 15:43:00 2016 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-
-class OAuthSettings(object):
-    
-    CLIENT_REDIRECT_URIS = [
-        'http://localhost:8000/authorized',
-        'http://127.0.0.1:8000/authorized',
-        'http://127.0.1:8000/authorized',
-        'http://127.1:8000/authorized',
-    ]
-    RENKAN_REDIRECT_URIS = [
-        'http://127.0.0.1:8001/accounts/mtdc/login/callback/',
-        'http://127.0.0.1:8001/accounts/mtdc/login/callback/',
-        'http://127.0.1:8001/accounts/mtdc/login/callback/',
-        'http://127.1:8001/accounts/mtdc/login/callback/',
-    ]
\ No newline at end of file