dummy venue test data
This commit is contained in:
parent
5427c676cc
commit
43d13fed27
84
apps/home/fixtures/dummy_venue_and_waters.json
Normal file
84
apps/home/fixtures/dummy_venue_and_waters.json
Normal file
@ -0,0 +1,84 @@
|
||||
[
|
||||
{
|
||||
"model": "apps_home.venueaddress",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"street_number": null,
|
||||
"street_address": "Shrewley Common",
|
||||
"town": "Warwick",
|
||||
"provence": "Warwickshire",
|
||||
"post_code": "CV327AN",
|
||||
"satnav_post_code": null,
|
||||
"country": "United Kingdom",
|
||||
"latitude": null,
|
||||
"longitude": null
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "apps_home.venuecontacts",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"phone_number": "07795546160",
|
||||
"email_address": "admin@tbftackle.com",
|
||||
"website_url": "http://www.tunnelbarnfarm.co.uk/",
|
||||
"facebook_url": "https://facebook.com/TunnelBarnFarm",
|
||||
"twitter_url": "https://twitter.com/TunnelBarnFarm",
|
||||
"instagram_url": "https://instagram.com/tunnel_barn_farm_fishery"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "apps_home.venue",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"name": "Tunnel Barn Farm",
|
||||
"description": "Located in the picturesque village of Shrewley in Warwickshire, Tunnel Barn Farm is the Midlands' premier fishery, with its own onsite Tackle Shop, offering day tickets for pleasure fishermen, daily competitions for match anglers (including and Over 50s and Veterans club) and hosting club matches all year round. We have 9 unique pools that range in size and style and that are stoc",
|
||||
"extra_notes": null,
|
||||
"created_at": "2024-11-05T18:49:53.317Z",
|
||||
"updated_at": "2024-11-05T18:49:53.318Z",
|
||||
"profile_picture": "",
|
||||
"banner_picture": "",
|
||||
"type": 2,
|
||||
"address": 1,
|
||||
"contacts": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "apps_home.waters",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"name": "Canal Pool",
|
||||
"pegs_from": 1,
|
||||
"pegs_to": 24,
|
||||
"map": "",
|
||||
"venue": 1,
|
||||
"type": 0,
|
||||
"fish_types": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "apps_home.waters",
|
||||
"pk": 2,
|
||||
"fields": {
|
||||
"name": "Jennys Pool",
|
||||
"pegs_from": 1,
|
||||
"pegs_to": 27,
|
||||
"map": "",
|
||||
"venue": 1,
|
||||
"type": 0,
|
||||
"fish_types": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "apps_home.waters",
|
||||
"pk": 3,
|
||||
"fields": {
|
||||
"name": "New Pool",
|
||||
"pegs_from": 1,
|
||||
"pegs_to": 44,
|
||||
"map": "",
|
||||
"venue": 1,
|
||||
"type": 0,
|
||||
"fish_types": 0
|
||||
}
|
||||
}
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user