oauth/settings/oauth_settings.py
author durandn
Tue, 16 Feb 2016 15:43:00 +0100
changeset 1 5f50937893ac
permissions -rw-r--r--
Commit work on metaeducation


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/',
    ]