Mercurial > public > sg101
comparison potd/fixtures/potd_test.json @ 581:ee87ea74d46b
For Django 1.4, rearranged project structure for new manage.py.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 05 May 2012 17:10:48 -0500 |
parents | gpp/potd/fixtures/potd_test.json@ae89ba801e8b |
children |
comparison
equal
deleted
inserted
replaced
580:c525f3e0b5d0 | 581:ee87ea74d46b |
---|---|
1 [ | |
2 { | |
3 "pk": 1, | |
4 "model": "auth.user", | |
5 "fields": { | |
6 "username": "Anonymous", | |
7 "first_name": "", | |
8 "last_name": "", | |
9 "is_active": false, | |
10 "is_superuser": false, | |
11 "is_staff": false, | |
12 "last_login": "1969-12-31 18:00:00", | |
13 "groups": [], | |
14 "user_permissions": [], | |
15 "password": "!", | |
16 "email": "", | |
17 "date_joined": "2000-11-10 00:00:00" | |
18 } | |
19 }, | |
20 { | |
21 "pk": 3, | |
22 "model": "potd.photo", | |
23 "fields": { | |
24 "description": "<p>The Deadbeats and Daikaiju after a gig at the 924 Gilman club in Berkeley, California.</p>", | |
25 "photo": "potd/2011/02/28/deadbeats-daikaiju.jpg", | |
26 "potd_count": 6, | |
27 "caption": "Daikaiju VS The Deadbeats", | |
28 "user": 1, | |
29 "date_added": "2011-02-28", | |
30 "thumb": "potd/2011/02/28/thumbs/deadbeats-daikaiju.jpg" | |
31 } | |
32 }, | |
33 { | |
34 "pk": 2, | |
35 "model": "potd.photo", | |
36 "fields": { | |
37 "description": "<p>The Kilaueas live on May the 29th, 2010 in Osnabrück, Germany. Playin` my new old 1964 sonic blue Jaguar. Tom is playing his 1972 Mustang bass. Matze is playing my Fender Custom from 1966/69. Twang cheers to everybody!</p>\r\n<p>-Ralf Kilauea.</p>", | |
38 "photo": "potd/2011/02/27/kilaueas.jpg", | |
39 "potd_count": 5, | |
40 "caption": "The Kilaueas Live in Germany", | |
41 "user": 1, | |
42 "date_added": "2011-02-27", | |
43 "thumb": "potd/2011/02/27/thumbs/kilaueas.jpg" | |
44 } | |
45 }, | |
46 { | |
47 "pk": 1, | |
48 "model": "potd.photo", | |
49 "fields": { | |
50 "description": "<p>Here is a photo of Dave Wronski of Slacktone at the Tiki Caliente show in Palm Springs, CA June 6, 2010. It was 110 degrees that day.</p>", | |
51 "photo": "potd/2011/02/26/wronski.jpg", | |
52 "potd_count": 6, | |
53 "caption": "Dave Wronski - 110 In The Shade", | |
54 "user": 1, | |
55 "date_added": "2011-02-26", | |
56 "thumb": "potd/2011/02/26/thumbs/wronski.jpg" | |
57 } | |
58 }, | |
59 { | |
60 "pk": 1, | |
61 "model": "potd.current", | |
62 "fields": { | |
63 "potd": 1 | |
64 } | |
65 }, | |
66 { | |
67 "pk": 1, | |
68 "model": "potd.sequence", | |
69 "fields": { | |
70 "seq": "1,2,3" | |
71 } | |
72 } | |
73 ] |