~mhall119/youoneteeoh/add-requirements-file

« back to all changes in this revision

Viewing changes to initial_data.json

  • Committer: john.lenton at canonical
  • Author(s): sil
  • Date: 2011-11-21 14:07:12 UTC
  • mfrom: (7.1.3 u1to)
  • Revision ID: john.lenton@canonical.com-20111121140712-p382m4q3qzqb8c6y
Allow people to upload files to my U1 space.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
        "model": "django_oauth_client.oauthrealm",
5
5
        "fields": {
6
6
            "signature_method": "HMAC-SHA1",
7
 
            "name": "ubuntuone",
 
7
            "name": "ubuntuone-staging",
8
8
            "consumer_secret": "hammertime",
9
9
            "user_authorization_url": "https://staging.one.ubuntu.com/oauth/authorize/?description=staging+u1.to",
10
10
            "request_token_url": "https://staging.one.ubuntu.com/oauth/request/",
11
11
            "consumer_key": "ubuntuone",
12
12
            "access_token_url": "https://staging.one.ubuntu.com/oauth/access/"
13
13
        }
 
14
    },
 
15
    {
 
16
        "pk": 2,
 
17
        "model": "django_oauth_client.oauthrealm",
 
18
        "fields": {
 
19
            "signature_method": "HMAC-SHA1",
 
20
            "name": "ubuntuone",
 
21
            "consumer_secret": "hammertime",
 
22
            "user_authorization_url": "https://one.ubuntu.com/oauth/authorize/?description=u1.to",
 
23
            "request_token_url": "https://one.ubuntu.com/oauth/request/",
 
24
            "consumer_key": "ubuntuone",
 
25
            "access_token_url": "https://one.ubuntu.com/oauth/access/"
 
26
        }
14
27
    }
15
 
]
 
 
b'\\ No newline at end of file'
 
28
]