symposion_app/fixtures/conference.json
Joel Addison 4d5826c039 Update fixtures
Remove fixtures from 2018 and 2019. Add fixtures for 2020.
Cleanup structure of fixtures directory. Update scripts to match.
2019-09-29 20:07:14 +10:00

12 lines
229 B
JSON

[
{
"model": "symposion_conference.conference",
"pk": 1,
"fields": {
"title": "linux.conf.au 2020",
"start_date": "2020-01-13",
"end_date": "2020-01-17",
"timezone": "Australia/Brisbane"
}
}
]