fixture for admin user
authorMaciej Tronowski <mtro@man.poznan.pl>
Wed, 25 Feb 2015 11:01:29 +0000 (12:01 +0100)
committerMaciej Tronowski <mtro@man.poznan.pl>
Wed, 25 Feb 2015 11:01:29 +0000 (12:01 +0100)
qcg/fixtures/admin.json [new file with mode: 0644]

diff --git a/qcg/fixtures/admin.json b/qcg/fixtures/admin.json
new file mode 100644 (file)
index 0000000..7427f54
--- /dev/null
@@ -0,0 +1,21 @@
+[
+{
+    "fields": {
+        "username": "admin",
+        "first_name": "",
+        "last_name": "",
+        "is_active": true,
+        "last_update": "2015-02-25T10:35:50.890Z",
+        "is_superuser": true,
+        "is_staff": true,
+        "last_login": "2015-02-25T10:35:50.890Z",
+        "groups": [],
+        "user_permissions": [],
+        "password": "pbkdf2_sha256$15000$LnhpiUmpBEPs$0m43R/omDfglqbn7tkI9lwvjKByMPeyQsL0xDf+D1lw=",
+        "email": "admin@example.com",
+        "date_joined": "2015-02-25T10:35:50.890Z"
+    },
+    "model": "qcg.user",
+    "pk": 1
+}
+]