sites_fixture.json
author Madhusudan.C.S <madhusudancs@gmail.com>
Thu, 20 Jan 2011 17:47:41 +0530
changeset 502 1e5df997eb01
parent 405 76d13cdeefc7
permissions -rw-r--r--
Add a project specific configuration file, and create a template context processor to tell if tasks claim are enabled or not.

[{"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"}}]