1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69 | [
{
"pk": 1,
"model": "vcs.repository",
"fields": {
"vcs": "github",
"description": "Possibly including, but not limited to, packages, extensions, macros, commands, and snippets for potentially simplifying Django development within Komodo Edit or Komodo IDE. ",
"url": "http://github.com/justquick/django-komodo-kit",
"owner": "justquick <justquick@gmail.com>",
"slug": "django-komodo-kit",
"name": "django-komodo-kit"
}
},
{
"pk": 2,
"model": "vcs.repository",
"fields": {
"vcs": "github",
"description": "django-frontendadmin is a set of templatetags to allow an easy and unobstrusive way to edit model-data in the frontend of your page. See wiki for screencast!",
"url": "http://github.com/justquick/django-frontendadmin",
"owner": "justquick <justquick@gmail.com>",
"slug": "django-frontendadmin",
"name": "django-frontendadmin"
}
},
{
"pk": 3,
"model": "vcs.repository",
"fields": {
"vcs": "github",
"description": "A library of useful template-related functionality for Django applications. ",
"url": "http://github.com/justquick/django-template-utils",
"owner": "justquick <justquick@gmail.com>",
"slug": "django-template-utils",
"name": "django-template-utils"
}
},
{
"pk": 4,
"model": "vcs.repository",
"fields": {
"vcs": "github",
"description": "A restful comment system using modified preordered tree traversal ala. slashdot",
"url": "http://github.com/justquick/django-mptt-comments",
"owner": "justquick <justquick@gmail.com>",
"slug": "django-mptt-comments",
"name": "django-mptt-comments"
}
}
]
|