Commit | Line | Data |
---|---|---|
155a7c62 | 1 | [buildout] |
06fad683 | 2 | newest = false |
116db1fd | 3 | parts = django articles harvest |
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 |
8baa2a56 | 30 | django-flash |
b31bd4ef | 31 | PyYAML |
04762393 | 32 | |
33 | #develop = src/caldav | |
34 | ||
79c398f6 CR |
35 | [articles] |
36 | recipe = buildout_script | |
0cc5f772 | 37 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ |
79c398f6 CR |
38 | template = articles.in |
39 | ||
40 | [harvest] | |
41 | recipe = buildout_script | |
0cc5f772 | 42 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ |
79c398f6 | 43 | template = harvest.in |
7a355faa AJ |
44 | |
45 | [import_chercheurs] | |
46 | recipe = buildout_script | |
47 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ | |
48 | template = import_chercheurs.in |