Parcourir la source

Fix bottle data import dump.

Jocelyn Delande il y a 9 ans
Parent
commit
8006127d55
1 fichiers modifiés avec 6 ajouts et 8 suppressions
  1. 6 8
      wifiwithme/apps/contribmap/fixtures/bottle_data.yaml

+ 6 - 8
wifiwithme/apps/contribmap/fixtures/bottle_data.yaml

@@ -2,15 +2,13 @@
   pk: 1
   fields: {name: Bill, contrib_type: share, latitude: 47.218371, longitude: -1.553621,
     phone: '', email: a@example.com, access_type: fiber, connect_local: false, connect_internet: false,
-    bandwidth: 3.0, share_part: 2.0, floor: null, floor_total: null, orientations: '[''N'',
-      ''NO'', ''O'', ''SO'', ''S'', ''SE'', ''E'', ''NE'']', roof: false, comment: '',
-    privacy_name: false, privacy_email: false, privacy_coordinates: true, privacy_place_details: true,
-    privacy_comment: false, date: 'Thu, 03 Mar 2016 12:26:39 -0000'}
+    bandwidth: 3.0, share_part: 2.0, floor: null, floor_total: null, orientations: 'N,NO,O,SO,S,SE,E,NE',
+    roof: false, comment: '', privacy_name: false, privacy_email: false, privacy_coordinates: true,
+    privacy_place_details: true, privacy_comment: false, date: ! '2016-03-03 12:26:39+00:00'}
 - model: contribmap.contrib
   pk: 2
   fields: {name: veau, contrib_type: connect, latitude: 47.2195681123155, longitude: -1.5398025512695312,
-    phone: '0101010101', email: '', access_type: '', connect_local: true, connect_internet: false,
-    bandwidth: null, share_part: null, floor: 1, floor_total: 2, orientations: '[''SE'']',
+    phone: '0101010101', email: '', access_type: vdsl, connect_local: true, connect_internet: false,
+    bandwidth: null, share_part: null, floor: 1, floor_total: 2, orientations: 'N,NO',
     roof: false, comment: '', privacy_name: false, privacy_email: false, privacy_coordinates: false,
-    privacy_place_details: false, privacy_comment: false, date: 'Thu, 03 Mar 2016
-      12:27:24 -0000'}
+    privacy_place_details: false, privacy_comment: false, date: ! '2016-03-03 12:27:24+00:00'}