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

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

Issue 6651739155464192: Issue 2185 - Migrate Rieveld superuser creation to fixture (Closed)
Patch Set: Issue Issue 2185 - Migrate Rieveld superuser creation to fixture Created March 20, 2015, 12:48 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
diff --git a/modules/private-stub/files/rietveld-auth-users.json b/modules/private-stub/files/rietveld-auth-users.json
new file mode 100644
index 0000000000000000000000000000000000000000..eb268a2bd812e05a18e8bb98478b513ff81a3571
--- /dev/null
+++ b/modules/private-stub/files/rietveld-auth-users.json
@@ -0,0 +1,21 @@
+[
+ {
+ "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