| author | Yves-Marie Haussonne <ymh.work+github@gmail.com> |
| Wed, 30 Apr 2014 16:19:21 +0200 | |
| changeset 644 | 5ab0dc95fddf |
| parent 591 | 2274e86e1d72 |
| 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 |
|
586
59cddf254ebd
fix django-tagging version + correct wsgi.py
ymh <ymh.work@gmail.com>
parents:
585
diff
changeset
|
16 |
django-tagging = 0.3.1 |
| 590 | 17 |
psycopg2 = 2.4.1 |
|
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
|
18 |
|
| 0 | 19 |
[python] |
20 |
recipe = zc.recipe.egg |
|
21 |
interpreter = python |
|
| 14 | 22 |
eggs = ${django:eggs} |
| 0 | 23 |
|
24 |
[django] |
|
25 |
recipe = djangorecipe |
|
26 |
# trunk |
|
27 |
project = cm |
|
28 |
projectegg = cm |
|
29 |
wsgi = true # gen wsgi |
|
30 |
settings = settings |
|
31 |
#test = cm |
|
| 14 | 32 |
pythonpath = src |
33 |
src/cm |
|
|
584
9be5aaedfe6a
add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents:
439
diff
changeset
|
34 |
extras |
| 14 | 35 |
${django-extensions:location} |
| 0 | 36 |
eggs = |
37 |
django-flash |
|
38 |
django-tagging |
|
|
584
9be5aaedfe6a
add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents:
439
diff
changeset
|
39 |
django-piston |
| 286 | 40 |
# api dependency |
| 0 | 41 |
# django-css |
|
584
9be5aaedfe6a
add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents:
439
diff
changeset
|
42 |
chardet |
| 0 | 43 |
feedparser |
|
585
9e403b05797b
refine buildout config and add buildout config for wsgi server
ymh <ymh.work@gmail.com>
parents:
584
diff
changeset
|
44 |
Pillow |
| 0 | 45 |
BeautifulSoup |
46 |
html5lib |
|
47 |
pytz |
|
48 |
simplejson |
|
49 |
pyyaml |
|
| 29 | 50 |
south |
|
584
9be5aaedfe6a
add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents:
439
diff
changeset
|
51 |
psycopg2 |
|
9be5aaedfe6a
add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents:
439
diff
changeset
|
52 |
utidylib |
|
585
9e403b05797b
refine buildout config and add buildout config for wsgi server
ymh <ymh.work@gmail.com>
parents:
584
diff
changeset
|
53 |
cssutils |
|
591
2274e86e1d72
ignore web folder + add pexpect to python dependencies
ymh <ymh.work@gmail.com>
parents:
590
diff
changeset
|
54 |
pexpect |
| 0 | 55 |
|
56 |
[django-extensions] |
|
57 |
recipe=zerokspot.recipe.git |
|
58 |
repository=git://github.com/django-extensions/django-extensions.git |
|
| 286 | 59 |
#rev=7c73978b55fcadbe2cd6f2abbefbedb5a85c2c8c |
60 |
||
|
584
9be5aaedfe6a
add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents:
439
diff
changeset
|
61 |
|
|
9be5aaedfe6a
add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents:
439
diff
changeset
|
62 |
[utidylib] |
|
9be5aaedfe6a
add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents:
439
diff
changeset
|
63 |
recipe = zc.recipe.egg |
|
9be5aaedfe6a
add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents:
439
diff
changeset
|
64 |
eggs = uTidylib |
|
9be5aaedfe6a
add missing resources to buildout.cfg
ymh <ymh.work@gmail.com>
parents:
439
diff
changeset
|
65 |
|
|
287
fc5ed157ebfe
add api: basic auth / unit tests / online doc (based on django-piston)
raph
parents:
29
diff
changeset
|
66 |
|
| 286 | 67 |
[omelette] |
68 |
recipe = collective.recipe.omelette |
|
| 408 | 69 |
eggs = ${django:eggs} |
|
585
9e403b05797b
refine buildout config and add buildout config for wsgi server
ymh <ymh.work@gmail.com>
parents:
584
diff
changeset
|
70 |