sites_fixture.json
author Madhusudan.C.S <madhusudancs@gmail.com>
Thu, 20 Jan 2011 17:42:46 +0530
changeset 498 9f04b7bcc333
parent 405 76d13cdeefc7
permissions -rw-r--r--
Add a new templatetag to render modified on and by line in documents. Add the necessary div tags, html templates, templatetag function and the CSS to give necessary layout and styling.
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"}}]