Commit | Line | Data |
---|---|---|
155a7c62 | 1 | [buildout] |
06fad683 | 2 | newest = false |
2b564f72 | 3 | parts = django articles harvest sphinx_config |
0cc5f772 | 4 | find-links = http://pypi.auf.org/caldav/ |
79c398f6 CR |
5 | http://pypi.auf.org/auf_references_client/ |
6 | http://pypi.auf.org/auf_references_modeles/ | |
4248e029 | 7 | http://pypi.auf.org/datamaster_modeles/ |
bd2a4f40 | 8 | http://pypi.auf.org/django-roa/ |
155a7c62 CR |
9 | |
10 | [django] | |
11 | recipe = djangorecipe | |
011804bb | 12 | version = 1.1.3 |
0cc5f772 | 13 | project = auf_savoirs_en_partage |
d15017b2 CR |
14 | wsgi = true |
15 | settings = production | |
0cc5f772 | 16 | extra-paths = auf_savoirs_en_partage |
3c50ec6e EMS |
17 | eggs = auf_references_client==0.4.9 |
18 | Babel==0.9.5 | |
06fad683 | 19 | caldav==0.1.4.3-auf |
3c50ec6e EMS |
20 | chardet==1.0.1 |
21 | pytz==2010l | |
22 | feedparser==4.1 | |
23 | BeautifulSoup==3.1.0.1 | |
24 | django_compressor==0.5.3 | |
25 | django_pagination==1.0.7 | |
26 | django_sorting==0.1 | |
27 | datamaster_modeles==0.1.10 | |
28 | django-roa==2.6.2 | |
29 | django-admin-tools==0.3.0 | |
30 | django-sphinx==2.2.3 | |
31 | django-flash==1.7.2 | |
32 | PyYAML==3.09 | |
33 | South==0.7.3 | |
bbae7f50 | 34 | MySQL-python |
f6ccec52 | 35 | simplejson |
04762393 | 36 | |
37 | #develop = src/caldav | |
38 | ||
79c398f6 CR |
39 | [articles] |
40 | recipe = buildout_script | |
0cc5f772 | 41 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ |
79c398f6 CR |
42 | template = articles.in |
43 | ||
44 | [harvest] | |
45 | recipe = buildout_script | |
0cc5f772 | 46 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ |
79c398f6 | 47 | template = harvest.in |
7a355faa AJ |
48 | |
49 | [import_chercheurs] | |
50 | recipe = buildout_script | |
51 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ | |
52 | template = import_chercheurs.in | |
5212238e | 53 | |
2b564f72 | 54 | [sphinx_config] |
5212238e EMS |
55 | recipe = buildout_script |
56 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ | |
57 | template = sphinx.conf.py.in |