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

Unified Diff: modules/private-stub/files/rietveld-auth-users.json

Issue 6155422901731328: Run Rietveld using the AppEngine SDK (Closed)
Patch Set: Addressed comments and added caching Created June 4, 2015, 9:19 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: modules/private-stub/files/rietveld-auth-users.json
===================================================================
deleted file mode 100644
--- a/modules/private-stub/files/rietveld-auth-users.json
+++ /dev/null
@@ -1,21 +0,0 @@
-[
- {
- "pk": 1,
- "model": "auth.user",
- "fields": {
- "username": "admin",
- "first_name": "System",
- "last_name": "Administrator",
- "is_active": true,
- "is_superuser": true,
- "is_staff": true,
- "last_login": "2015-03-20 08:52:17",
- "groups": [],
- "user_permissions": [],
- "password": "sha1$9fded$8b6cebc1ba91a8acc6269bd43bc2c517613b2dd0",
- "email": "root@localhost",
- "date_joined": "2015-03-20 08:52:17"
- }
- }
-]
-

Powered by Google App Engine
This is Rietveld