summaryrefslogtreecommitdiff
path: root/sites_fixture.json
diff options
context:
space:
mode:
authorMadhusudan.C.S2011-01-15 01:19:48 +0530
committerMadhusudan.C.S2011-01-15 01:19:48 +0530
commitdb7ad5e41df88cd7540c5c49516233266e2314a7 (patch)
treeb499159aeeaf5fe82cd67a601841723c6c9ebeef /sites_fixture.json
parent958ca98b2ba8d1a7d53974978bec94f2604581d3 (diff)
downloadpytask-db7ad5e41df88cd7540c5c49516233266e2314a7.tar.gz
pytask-db7ad5e41df88cd7540c5c49516233266e2314a7.tar.bz2
pytask-db7ad5e41df88cd7540c5c49516233266e2314a7.zip
Add a fixture to maintain the Sites framework data settings.
Diffstat (limited to 'sites_fixture.json')
-rw-r--r--sites_fixture.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/sites_fixture.json b/sites_fixture.json
new file mode 100644
index 0000000..5762f15
--- /dev/null
+++ b/sites_fixture.json
@@ -0,0 +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"}}] \ No newline at end of file