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 | |
12 | version = 1.1.1 | |
0cc5f772 | 13 | project = auf_savoirs_en_partage |
d15017b2 CR |
14 | wsgi = true |
15 | settings = production | |
0cc5f772 CR |
16 | extra-paths = auf_savoirs_en_partage |
17 | eggs = auf_references_client | |
86983865 | 18 | babel |
06fad683 | 19 | caldav==0.1.4.3-auf |
5cb17f25 | 20 | chardet |
92c7413b | 21 | pytz |
097785cb | 22 | feedparser |
31be6340 EMS |
23 | BeautifulSoup |
24 | django_compressor | |
7a355faa AJ |
25 | django_pagination |
26 | django_sorting | |
4248e029 | 27 | datamaster_modeles |
bd2a4f40 | 28 | django-roa |
6d885e0c | 29 | django-admin-tools |
5212238e | 30 | django-sphinx |
8baa2a56 | 31 | django-flash |
b31bd4ef | 32 | PyYAML |
04762393 | 33 | |
34 | #develop = src/caldav | |
35 | ||
79c398f6 CR |
36 | [articles] |
37 | recipe = buildout_script | |
0cc5f772 | 38 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ |
79c398f6 CR |
39 | template = articles.in |
40 | ||
41 | [harvest] | |
42 | recipe = buildout_script | |
0cc5f772 | 43 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ |
79c398f6 | 44 | template = harvest.in |
7a355faa AJ |
45 | |
46 | [import_chercheurs] | |
47 | recipe = buildout_script | |
48 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ | |
49 | template = import_chercheurs.in | |
5212238e | 50 | |
2b564f72 | 51 | [sphinx_config] |
5212238e EMS |
52 | recipe = buildout_script |
53 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ | |
54 | template = sphinx.conf.py.in |