From 7e960881ae6cbcd709538dcd73e4fd89e33507d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Zapke-Gru=CC=88ndemann?= Date: Wed, 4 Jan 2012 23:58:44 +0100 Subject: Added model, admin, tests and tasks for calendarium. --- sublab_project/calendarium/fixtures/testing.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 sublab_project/calendarium/fixtures/testing.json (limited to 'sublab_project/calendarium/fixtures') diff --git a/sublab_project/calendarium/fixtures/testing.json b/sublab_project/calendarium/fixtures/testing.json new file mode 100644 index 0000000..0af16c0 --- /dev/null +++ b/sublab_project/calendarium/fixtures/testing.json @@ -0,0 +1,20 @@ +[ + { + "pk": 1, + "model": "auth.user", + "fields": { + "username": "admin", + "first_name": "", + "last_name": "", + "is_active": true, + "is_superuser": true, + "is_staff": true, + "last_login": "2012-01-04 13:02:11", + "groups": [], + "user_permissions": [], + "password": "sha1$b4c7a$379f348659ad7aaf21b8d04fa891d81c3a607f69", + "email": "admin@example.com", + "date_joined": "2011-12-29 03:18:29" + } + } +] -- cgit v1.2.1