| author | gibus |
| Thu, 10 Oct 2013 09:37:17 +0200 | |
| changeset 550 | 05b5e51e8823 |
| parent 439 | 8994d24e4b2f |
| child 584 | 9be5aaedfe6a |
| permissions | -rw-r--r-- |
| 0 | 1 |
[buildout] |
| 14 | 2 |
newest=false |
| 0 | 3 |
parts = |
| 14 | 4 |
django |
| 0 | 5 |
python |
6 |
django-extensions |
|
|
287
fc5ed157ebfe
add api: basic auth / unit tests / online doc (based on django-piston)
raph
parents:
29
diff
changeset
|
7 |
django-piston |
| 286 | 8 |
omelette |
9 |
unzip = true |
|
| 0 | 10 |
develop = . |
11 |
||
|
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
|
12 |
[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
|
13 |
django = 1.3 |
|
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 |
|
| 0 | 15 |
[python] |
16 |
recipe = zc.recipe.egg |
|
17 |
interpreter = python |
|
| 14 | 18 |
eggs = ${django:eggs} |
| 0 | 19 |
|
20 |
[django] |
|
21 |
recipe = djangorecipe |
|
22 |
# trunk |
|
23 |
project = cm |
|
24 |
projectegg = cm |
|
25 |
wsgi = true # gen wsgi |
|
26 |
settings = settings |
|
27 |
#test = cm |
|
| 14 | 28 |
pythonpath = src |
29 |
src/cm |
|
30 |
${django-extensions:location} |
|
|
287
fc5ed157ebfe
add api: basic auth / unit tests / online doc (based on django-piston)
raph
parents:
29
diff
changeset
|
31 |
${django-piston:location} |
| 0 | 32 |
eggs = |
33 |
django-flash |
|
34 |
django-tagging |
|
|
287
fc5ed157ebfe
add api: basic auth / unit tests / online doc (based on django-piston)
raph
parents:
29
diff
changeset
|
35 |
# django-piston |
| 286 | 36 |
# api dependency |
| 0 | 37 |
# django-css |
| 286 | 38 |
# chardet |
| 0 | 39 |
feedparser |
40 |
PIL |
|
41 |
BeautifulSoup |
|
42 |
html5lib |
|
43 |
pytz |
|
44 |
simplejson |
|
45 |
pyyaml |
|
| 29 | 46 |
south |
| 0 | 47 |
# psycopg2/mysql should be optional dependencies ... possible with buildout ??? |
48 |
# magic ???????? http://www.jsnp.net/code/magic.py ??? impossible to include this dependency |
|
49 |
# utidylib ?????? http://download.berlios.de/utidylib/uTidylib-0.2.zip |
|
50 |
||
51 |
[django-extensions] |
|
52 |
recipe=zerokspot.recipe.git |
|
53 |
repository=git://github.com/django-extensions/django-extensions.git |
|
| 286 | 54 |
#rev=7c73978b55fcadbe2cd6f2abbefbedb5a85c2c8c |
55 |
||
|
287
fc5ed157ebfe
add api: basic auth / unit tests / online doc (based on django-piston)
raph
parents:
29
diff
changeset
|
56 |
[django-piston] |
|
fc5ed157ebfe
add api: basic auth / unit tests / online doc (based on django-piston)
raph
parents:
29
diff
changeset
|
57 |
recipe = mercurialrecipe |
|
fc5ed157ebfe
add api: basic auth / unit tests / online doc (based on django-piston)
raph
parents:
29
diff
changeset
|
58 |
repository = http://bitbucket.org/jespern/django-piston |
|
fc5ed157ebfe
add api: basic auth / unit tests / online doc (based on django-piston)
raph
parents:
29
diff
changeset
|
59 |
|
| 286 | 60 |
[omelette] |
61 |
recipe = collective.recipe.omelette |
|
| 408 | 62 |
eggs = ${django:eggs} |