From cfba56bab053b6145126b563d7a7016b434749ad Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Mon, 26 May 2014 16:15:45 -0700 Subject: [PATCH] fix cdn_nodes template --- planetstack/core/fixtures/demo_data.json | 32 +++++++++++++++++++++--- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/planetstack/core/fixtures/demo_data.json b/planetstack/core/fixtures/demo_data.json index e72a508..36ae176 100644 --- a/planetstack/core/fixtures/demo_data.json +++ b/planetstack/core/fixtures/demo_data.json @@ -835,10 +835,10 @@ "pk": 7, "model": "core.dashboardview", "fields": { - "url": "cdn_nodes", - "updated": "2014-05-20T00:33:52.101Z", + "url": "template:cdn_nodes", + "updated": "2014-05-26T23:12:15.410Z", "enacted": null, - "name": "template:CDN Nodes", + "name": "CDN Nodes", "created": "2014-05-20T00:33:52.101Z" } }, @@ -1026,7 +1026,7 @@ "site": 22, "phone": null, "is_staff": true, - "last_login": "2014-05-23T21:57:09.941Z", + "last_login": "2014-05-26T23:11:54.353Z", "timezone": "America/New_York", "is_admin": true, "password": "pbkdf2_sha256$10000$dLKRXWJlkuvm$Ycamy79oT1lN0Q5R3B3nvlr70n2X50mL86yraDwzuWk=", @@ -1262,6 +1262,30 @@ "enacted": null } }, +{ + "pk": 6, + "model": "core.userdashboardview", + "fields": { + "updated": "2014-05-26T23:12:24.855Z", + "created": "2014-05-26T23:12:24.855Z", + "dashboardView": 3, + "user": 8, + "order": 0, + "enacted": null + } +}, +{ + "pk": 7, + "model": "core.userdashboardview", + "fields": { + "updated": "2014-05-26T23:12:24.895Z", + "created": "2014-05-26T23:12:24.895Z", + "dashboardView": 7, + "user": 8, + "order": 1, + "enacted": null + } +}, { "pk": 1, "model": "core.serviceclass", -- 2.43.0