What put this in here:
fixtures/initial_data.json [
{
"pk": 1,
"model": "sites.site",
"fields": {
"domain": "example.com",
"name": "Example Site"
}
}
]
--
Carl K
This fixture is added because it makes it simpler to change the domain
and name for the default site instance Django is already giving you.
Because 100% of the time when you use a Pinax project you end up
needing to change it. We're just making it easier to be consistent
across all deployed instances.
--
Brian Rosner
http://oebfare.com
http://twitter.com/brosner