add basic tests for admin interface
[matthijs/upstream/django-ldapdb.git] / examples / fixtures / test_users.json
diff --git a/examples/fixtures/test_users.json b/examples/fixtures/test_users.json
new file mode 100644 (file)
index 0000000..bf75dd5
--- /dev/null
@@ -0,0 +1,20 @@
+[
+    {
+        "pk": "1",
+        "model": "auth.user",
+        "fields": {
+            "username": "test_user",
+            "first_name": "Test",
+            "last_name": "User",
+            "is_active": true,
+            "is_superuser": true,
+            "is_staff": true,
+            "last_login": "2006-12-17 07:03:31",
+            "groups": [],
+            "user_permissions": [],
+            "password": "sha1$6efc0$f93efe9fd7542f25a7be94871ea45aa95de57161",
+            "email": "test_user@example.com",
+            "date_joined": "2006-12-17 07:03:31"
+        }
+    }
+]