Commit | Line | Data |
---|---|---|
155a7c62 | 1 | [buildout] |
06fad683 | 2 | newest = false |
4b89a7df | 3 | parts = django articles harvest sphinx_config alertes_courriel |
81870654 | 4 | versions = versions |
0cc5f772 | 5 | find-links = http://pypi.auf.org/caldav/ |
79c398f6 CR |
6 | http://pypi.auf.org/auf_references_client/ |
7 | http://pypi.auf.org/auf_references_modeles/ | |
4248e029 | 8 | http://pypi.auf.org/datamaster_modeles/ |
bd2a4f40 | 9 | http://pypi.auf.org/django-roa/ |
d264c787 | 10 | http://pypi.auf.org/django_exportateur/ |
f78371b2 | 11 | http://pypi.auf.org/auf.django.admingroup/ |
0853f354 | 12 | http://pypi.auf.org/auf.django.auth/ |
2d9eb2d8 | 13 | http://pypi.auf.org/django-alphafilter/ |
155a7c62 CR |
14 | |
15 | [django] | |
16 | recipe = djangorecipe | |
0cc5f772 | 17 | project = auf_savoirs_en_partage |
d15017b2 | 18 | wsgi = true |
4e146bd6 | 19 | version = 1.2.5 |
d15017b2 | 20 | settings = production |
0cc5f772 | 21 | extra-paths = auf_savoirs_en_partage |
3c50ec6e EMS |
22 | eggs = auf_references_client==0.4.9 |
23 | Babel==0.9.5 | |
06fad683 | 24 | caldav==0.1.4.3-auf |
3c50ec6e EMS |
25 | chardet==1.0.1 |
26 | pytz==2010l | |
27 | feedparser==4.1 | |
bf563475 | 28 | BeautifulSoup==3.2.0 |
3c50ec6e EMS |
29 | django_compressor==0.5.3 |
30 | django_pagination==1.0.7 | |
31 | django_sorting==0.1 | |
32 | datamaster_modeles==0.1.10 | |
33 | django-roa==2.6.2 | |
34 | django-admin-tools==0.3.0 | |
35 | django-sphinx==2.2.3 | |
36 | django-flash==1.7.2 | |
37 | PyYAML==3.09 | |
38 | South==0.7.3 | |
d264c787 | 39 | django_exportateur==1.0 |
230671ff | 40 | python-dateutil==1.5 |
f30973d0 | 41 | auf.django.admingroup==0.3dev |
d66df13d | 42 | auf.django.auth==0.5.5dev |
4b89a7df | 43 | markdown2 |
bbae7f50 | 44 | MySQL-python |
f6ccec52 | 45 | simplejson |
0f2e3822 | 46 | django-alphafilter==0.5.3auf4 |
57004576 | 47 | django-selectable==0.2 |
04762393 | 48 | |
04762393 | 49 | |
79c398f6 CR |
50 | [articles] |
51 | recipe = buildout_script | |
0cc5f772 | 52 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ |
79c398f6 CR |
53 | template = articles.in |
54 | ||
55 | [harvest] | |
56 | recipe = buildout_script | |
0cc5f772 | 57 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ |
79c398f6 | 58 | template = harvest.in |
7a355faa AJ |
59 | |
60 | [import_chercheurs] | |
61 | recipe = buildout_script | |
62 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ | |
63 | template = import_chercheurs.in | |
5212238e | 64 | |
2b564f72 | 65 | [sphinx_config] |
5212238e EMS |
66 | recipe = buildout_script |
67 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ | |
68 | template = sphinx.conf.py.in | |
4b89a7df EMS |
69 | |
70 | [alertes_courriel] | |
71 | recipe = buildout_script | |
72 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ | |
73 | template = alertes_courriel.in | |
74 | ||
81870654 | 75 | [versions] |
4e146bd6 | 76 | djangorecipe = 0.23.1 |