From e4d36821aed0d7b980744d4f3d964fc5377966ab Mon Sep 17 00:00:00 2001 From: Siobhan Tully Date: Fri, 21 Jun 2013 09:17:29 -0400 Subject: [PATCH] Initial data should note have core.user installed (root user). That needs to come from the initial syncdb. --- planetstack/core/fixtures/initial_data.json | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/planetstack/core/fixtures/initial_data.json b/planetstack/core/fixtures/initial_data.json index a126e8f..c2c4045 100644 --- a/planetstack/core/fixtures/initial_data.json +++ b/planetstack/core/fixtures/initial_data.json @@ -164,26 +164,6 @@ "abbreviated_name": "" } }, -{ - "pk": 1, - "model": "core.user", - "fields": { - "firstname": "PA", - "user_url": null, - "lastname": "DMIN", - "is_active": true, - "site": null, - "phone": null, - "kuser_id": null, - "is_staff": true, - "last_login": "2013-05-28T00:10:27.088Z", - "key": null, - "timezone": "America/New_York", - "is_admin": true, - "password": "pbkdf2_sha256$10000$uMW3Svx8sYju$Olv9L2iY9WX+eUBsEHtcArU+Jc8P3eLUqt643gb6wVU=", - "email": "padmin@vicci.org" - } -}, { "pk": 1, "model": "core.serviceclass", -- 2.43.0