Commit | Line | Data |
---|---|---|
155a7c62 | 1 | [buildout] |
79c398f6 | 2 | parts = django articles harvest |
0cc5f772 | 3 | find-links = http://pypi.auf.org/caldav/ |
79c398f6 CR |
4 | http://pypi.auf.org/auf_references_client/ |
5 | http://pypi.auf.org/auf_references_modeles/ | |
8c51c7a0 | 6 | http://pypi.auf.org/django-roa/ |
155a7c62 CR |
7 | |
8 | [django] | |
9 | recipe = djangorecipe | |
10 | version = 1.1.1 | |
0cc5f772 | 11 | project = auf_savoirs_en_partage |
d15017b2 CR |
12 | wsgi = true |
13 | settings = production | |
0cc5f772 CR |
14 | extra-paths = auf_savoirs_en_partage |
15 | eggs = auf_references_client | |
92c7413b CR |
16 | caldav |
17 | pytz | |
18 | django-timezones | |
097785cb | 19 | feedparser |
ecc62927 | 20 | django-roa |
7a355faa AJ |
21 | django_pagination |
22 | django_sorting | |
23 | ||
79c398f6 CR |
24 | [articles] |
25 | recipe = buildout_script | |
0cc5f772 | 26 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ |
79c398f6 CR |
27 | template = articles.in |
28 | ||
29 | [harvest] | |
30 | recipe = buildout_script | |
0cc5f772 | 31 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ |
79c398f6 | 32 | template = harvest.in |
7a355faa AJ |
33 | |
34 | [import_chercheurs] | |
35 | recipe = buildout_script | |
36 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ | |
37 | template = import_chercheurs.in |