oauth/settings/oauth_settings.py
changeset 1 5f50937893ac
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/oauth/settings/oauth_settings.py	Tue Feb 16 15:43:00 2016 +0100
@@ -0,0 +1,15 @@
+
+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