448aa72558
Removed additional (and completely superfluous) styling in app.css that was otherwise making our site look gluggy. Mod'd fixtures (and updated db) to reflect PyCon rather than PinaxCon.
18 lines
358 B
JSON
18 lines
358 B
JSON
[
|
|
{
|
|
"pk": 1,
|
|
"model": "sites.site",
|
|
"fields": {
|
|
"domain": "localhost:8000",
|
|
"name": "PyCon AU 2017 Dev"
|
|
}
|
|
},
|
|
{
|
|
"pk": 2,
|
|
"model": "sites.site",
|
|
"fields": {
|
|
"domain": "conference.pinaxproject.com",
|
|
"name": "PyCon AU 2017 Dev"
|
|
}
|
|
}
|
|
]
|