From 69d85e6565b6f2d290364ac0d65b70d7f704c83b Mon Sep 17 00:00:00 2001 From: Andromeda Yelton Date: Tue, 14 Aug 2012 14:14:03 -0400 Subject: [PATCH] need a no-premium option. make sure to syncdb --- core/fixtures/initial_data.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/core/fixtures/initial_data.json b/core/fixtures/initial_data.json index aa5e4dec..4216ecee 100644 --- a/core/fixtures/initial_data.json +++ b/core/fixtures/initial_data.json @@ -82,5 +82,16 @@ "description": "Your username, profile URL, and profile tagline under \"bibliophiles\"", "created": "2011-11-17 22:03:37" } + }, + { + "pk": 150, + "model": "core.premium", + "fields": { + "campaign": null, + "amount": 0, + "type": "00", + "description": "No premium, thanks! I just want to help unglue.", + "created": "2011-11-17 22:03:37" + } } ]