| author | ymh <ymh.work@gmail.com> |
| Tue, 18 Feb 2014 17:31:35 +0000 | |
| changeset 585 | 9e403b05797b |
| parent 584 | 9be5aaedfe6a |
| child 586 | 59cddf254ebd |
| permissions | -rw-r--r-- |
| 0 | 1 |
[buildout] |
| 14 | 2 |
newest=false |
|
584
9be5aaedfe6a
add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents:
439
diff
changeset
|
3 |
find-links = http://download.berlios.de/utidylib/uTidylib-0.2.zip |
| 0 | 4 |
parts = |
| 14 | 5 |
django |
| 0 | 6 |
python |
7 |
django-extensions |
|
|
585
9e403b05797b
refine buildout config and add buildout config for wsgi server
ymh <ymh.work@gmail.com>
parents:
584
diff
changeset
|
8 |
utidylib |
| 286 | 9 |
omelette |
10 |
unzip = true |
|
| 0 | 11 |
develop = . |
12 |
||
|
439
8994d24e4b2f
Reverts to changeset 435, and just add {% csrf_token %} to template forgot_pw.html, since CSRF protection seems to be only here (surely because of django.contrib.auth.views).
gibus
parents:
409
diff
changeset
|
13 |
[versions] |
|
8994d24e4b2f
Reverts to changeset 435, and just add {% csrf_token %} to template forgot_pw.html, since CSRF protection seems to be only here (surely because of django.contrib.auth.views).
gibus
parents:
409
diff
changeset
|
14 |
django = 1.3 |
|
584
9be5aaedfe6a
add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents:
439
diff
changeset
|
15 |
utidylib = 0.2 |
|
439
8994d24e4b2f
Reverts to changeset 435, and just add {% csrf_token %} to template forgot_pw.html, since CSRF protection seems to be only here (surely because of django.contrib.auth.views).
gibus
parents:
409
diff
changeset
|
16 |
|
| 0 | 17 |
[python] |
18 |
recipe = zc.recipe.egg |
|
19 |
interpreter = python |
|
| 14 | 20 |
eggs = ${django:eggs} |
| 0 | 21 |
|
22 |
[django] |
|
23 |
recipe = djangorecipe |
|
24 |
# trunk |
|
25 |
project = cm |
|
26 |
projectegg = cm |
|
27 |
wsgi = true # gen wsgi |
|
28 |
settings = settings |
|
29 |
#test = cm |
|
| 14 | 30 |
pythonpath = src |
31 |
src/cm |
|
|
584
9be5aaedfe6a
add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents:
439
diff
changeset
|
32 |
extras |
| 14 | 33 |
${django-extensions:location} |
| 0 | 34 |
eggs = |
35 |
django-flash |
|
36 |
django-tagging |
|
|
584
9be5aaedfe6a
add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents:
439
diff
changeset
|
37 |
django-piston |
| 286 | 38 |
# api dependency |
| 0 | 39 |
# django-css |
|
584
9be5aaedfe6a
add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents:
439
diff
changeset
|
40 |
chardet |
| 0 | 41 |
feedparser |
|
585
9e403b05797b
refine buildout config and add buildout config for wsgi server
ymh <ymh.work@gmail.com>
parents:
584
diff
changeset
|
42 |
Pillow |
| 0 | 43 |
BeautifulSoup |
44 |
html5lib |
|
45 |
pytz |
|
46 |
simplejson |
|
47 |
pyyaml |
|
| 29 | 48 |
south |
|
584
9be5aaedfe6a
add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents:
439
diff
changeset
|
49 |
psycopg2 |
|
9be5aaedfe6a
add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents:
439
diff
changeset
|
50 |
utidylib |
|
585
9e403b05797b
refine buildout config and add buildout config for wsgi server
ymh <ymh.work@gmail.com>
parents:
584
diff
changeset
|
51 |
cssutils |
| 0 | 52 |
|
53 |
[django-extensions] |
|
54 |
recipe=zerokspot.recipe.git |
|
55 |
repository=git://github.com/django-extensions/django-extensions.git |
|
| 286 | 56 |
#rev=7c73978b55fcadbe2cd6f2abbefbedb5a85c2c8c |
57 |
||
|
584
9be5aaedfe6a
add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents:
439
diff
changeset
|
58 |
|
|
9be5aaedfe6a
add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents:
439
diff
changeset
|
59 |
[utidylib] |
|
9be5aaedfe6a
add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents:
439
diff
changeset
|
60 |
recipe = zc.recipe.egg |
|
9be5aaedfe6a
add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents:
439
diff
changeset
|
61 |
eggs = uTidylib |
|
9be5aaedfe6a
add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents:
439
diff
changeset
|
62 |
|
|
287
fc5ed157ebfe
add api: basic auth / unit tests / online doc (based on django-piston)
raph
parents:
29
diff
changeset
|
63 |
|
| 286 | 64 |
[omelette] |
65 |
recipe = collective.recipe.omelette |
|
| 408 | 66 |
eggs = ${django:eggs} |
|
585
9e403b05797b
refine buildout config and add buildout config for wsgi server
ymh <ymh.work@gmail.com>
parents:
584
diff
changeset
|
67 |