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/ |
d264c787 | 9 | http://pypi.auf.org/django_exportateur/ |
f78371b2 | 10 | http://pypi.auf.org/auf.django.admingroup/ |
155a7c62 CR |
11 | |
12 | [django] | |
13 | recipe = djangorecipe | |
afc30c28 | 14 | version = 1.2.5 |
0cc5f772 | 15 | project = auf_savoirs_en_partage |
d15017b2 CR |
16 | wsgi = true |
17 | settings = production | |
0cc5f772 | 18 | extra-paths = auf_savoirs_en_partage |
3c50ec6e EMS |
19 | eggs = auf_references_client==0.4.9 |
20 | Babel==0.9.5 | |
06fad683 | 21 | caldav==0.1.4.3-auf |
3c50ec6e EMS |
22 | chardet==1.0.1 |
23 | pytz==2010l | |
24 | feedparser==4.1 | |
25 | BeautifulSoup==3.1.0.1 | |
26 | django_compressor==0.5.3 | |
27 | django_pagination==1.0.7 | |
28 | django_sorting==0.1 | |
29 | datamaster_modeles==0.1.10 | |
30 | django-roa==2.6.2 | |
31 | django-admin-tools==0.3.0 | |
32 | django-sphinx==2.2.3 | |
33 | django-flash==1.7.2 | |
34 | PyYAML==3.09 | |
35 | South==0.7.3 | |
d264c787 | 36 | django_exportateur==1.0 |
230671ff | 37 | python-dateutil==1.5 |
f78371b2 | 38 | auf.django.admingroup |
bbae7f50 | 39 | MySQL-python |
f6ccec52 | 40 | simplejson |
04762393 | 41 | |
42 | #develop = src/caldav | |
43 | ||
79c398f6 CR |
44 | [articles] |
45 | recipe = buildout_script | |
0cc5f772 | 46 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ |
79c398f6 CR |
47 | template = articles.in |
48 | ||
49 | [harvest] | |
50 | recipe = buildout_script | |
0cc5f772 | 51 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ |
79c398f6 | 52 | template = harvest.in |
7a355faa AJ |
53 | |
54 | [import_chercheurs] | |
55 | recipe = buildout_script | |
56 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ | |
57 | template = import_chercheurs.in | |
5212238e | 58 | |
2b564f72 | 59 | [sphinx_config] |
5212238e EMS |
60 | recipe = buildout_script |
61 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ | |
62 | template = sphinx.conf.py.in |