sites_fixture.json
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 04 Feb 2011 16:36:00 +0530
changeset 555 20fe9db8bc81
parent 405 76d13cdeefc7
permissions -rw-r--r--
EditTextBook form should use Task model itself.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
405
76d13cdeefc7 Add a fixture to maintain the Sites framework data settings.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     1
[{"pk": 1, "model": "sites.site", "fields": {"domain": "example.com", "name": "example.com"}}, {"pk": 3, "model": "sites.site", "fields": {"domain": "fossee.in/pytask", "name": "PyTask "}}, {"pk": 2, "model": "sites.site", "fields": {"domain": "localhost:8080", "name": "Development Server"}}]