Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: modules/private-stub/files/rietveld-auth-users.json

Issue 6155422901731328: Run Rietveld using the AppEngine SDK (Closed)
Left Patch Set: Created June 2, 2015, 8:59 p.m.
Right Patch Set: Addressed comments and added caching Created June 4, 2015, 9:19 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
LEFTRIGHT
(no file at all)
1 [
2 {
3 "pk": 1,
4 "model": "auth.user",
5 "fields": {
6 "username": "admin",
7 "first_name": "System",
8 "last_name": "Administrator",
9 "is_active": true,
10 "is_superuser": true,
11 "is_staff": true,
12 "last_login": "2015-03-20 08:52:17",
13 "groups": [],
14 "user_permissions": [],
15 "password": "sha1$9fded$8b6cebc1ba91a8acc6269bd43bc2c517613b2dd0",
16 "email": "root@localhost",
17 "date_joined": "2015-03-20 08:52:17"
18 }
19 }
20 ]
21
LEFTRIGHT

Powered by Google App Engine
This is Rietveld