Browse Source

Add default data content for offers

Baptiste Jonglez 11 years ago
parent
commit
b4cd725b32
1 changed files with 20 additions and 0 deletions
  1. 20 0
      coin/offers/fixtures/offers.json

+ 20 - 0
coin/offers/fixtures/offers.json

@@ -0,0 +1,20 @@
+[
+    {
+        "pk": 1,
+        "model": "offers.service",
+        "fields": {
+            "name": "ADSL"
+        }
+    },
+    {
+        "pk": 1,
+        "model": "offers.offer",
+        "fields": {
+            "initial_fees": "50.00",
+            "billing_period": 1,
+            "period_fees": "30.00",
+            "name": "ADSL Lasotel",
+            "service": 1
+        }
+    }
+]