sites_fixture.json
author Madhusudan.C.S <madhusudancs@gmail.com>
Thu, 20 Jan 2011 01:36:37 +0530
changeset 479 fdaf0d8ceb53
parent 405 76d13cdeefc7
permissions -rw-r--r--
Add additional div tags and use % based values for all properties instead of pixel based. The core ideas of using multiple containers among other things as commented in the CSS file are taken from http://www.maxdesign.com.au/articles/css-layouts/three-liquid/# giving them the due credits they deserve. Thank you very much guys. I was struggling to get a fully liquid three-column layout. I made some changes as per my ideas.
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"}}]