summaryrefslogtreecommitdiff
path: root/ishtar_common/fixtures
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-06-16 12:50:53 +0200
committerÉtienne Loks <etienne.loks@proxience.com>2015-06-16 12:50:53 +0200
commit54b6bf22674d87f31904dc31d13126b51f50c819 (patch)
tree237f8f2c826cf957bc052861decb58f62f9d07d9 /ishtar_common/fixtures
parent34b596b0be7eb79596375a1488e5ad88bc53689f (diff)
parent6787341f2b3b7d2a3ec53e80e697af6c6cf7aeec (diff)
downloadIshtar-54b6bf22674d87f31904dc31d13126b51f50c819.tar.bz2
Ishtar-54b6bf22674d87f31904dc31d13126b51f50c819.zip
Merge branch 'stable'
Diffstat (limited to 'ishtar_common/fixtures')
-rw-r--r--ishtar_common/fixtures/test_towns.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/ishtar_common/fixtures/test_towns.json b/ishtar_common/fixtures/test_towns.json
new file mode 100644
index 000000000..a88ca6476
--- /dev/null
+++ b/ishtar_common/fixtures/test_towns.json
@@ -0,0 +1,26 @@
+[
+ {
+ "pk": 20816,
+ "model": "ishtar_common.town",
+ "fields": {
+ "departement": null,
+ "name": "PARIS-1ER-ARRONDISSEMENT",
+ "center": "POINT (599976.9837326267734170 2429351.2226647692732513)",
+ "surface": 1810000,
+ "canton": null,
+ "numero_insee": "75101"
+ }
+ },
+ {
+ "pk": 23920,
+ "model": "ishtar_common.town",
+ "fields": {
+ "departement": null,
+ "name": "LILLE",
+ "center": "POINT (650348.5204579939600080 2626592.6267738011665642)",
+ "surface": 34990000,
+ "canton": null,
+ "numero_insee": "59350"
+ }
+ }
+]