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/ | |
4248e029 | 6 | http://pypi.auf.org/datamaster_modeles/ |
bd2a4f40 | 7 | http://pypi.auf.org/django-roa/ |
155a7c62 CR |
8 | |
9 | [django] | |
10 | recipe = djangorecipe | |
11 | version = 1.1.1 | |
0cc5f772 | 12 | project = auf_savoirs_en_partage |
d15017b2 CR |
13 | wsgi = true |
14 | settings = production | |
0cc5f772 CR |
15 | extra-paths = auf_savoirs_en_partage |
16 | eggs = auf_references_client | |
e9de0991 | 17 | caldav==0.1.4auf |
92c7413b CR |
18 | pytz |
19 | django-timezones | |
097785cb | 20 | feedparser |
7a355faa AJ |
21 | django_pagination |
22 | django_sorting | |
4248e029 | 23 | datamaster_modeles |
bd2a4f40 | 24 | django-roa |
7a355faa | 25 | |
79c398f6 CR |
26 | [articles] |
27 | recipe = buildout_script | |
0cc5f772 | 28 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ |
79c398f6 CR |
29 | template = articles.in |
30 | ||
31 | [harvest] | |
32 | recipe = buildout_script | |
0cc5f772 | 33 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ |
79c398f6 | 34 | template = harvest.in |
7a355faa AJ |
35 | |
36 | [import_chercheurs] | |
37 | recipe = buildout_script | |
38 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ | |
39 | template = import_chercheurs.in |