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 |
79c398f6 CR |
21 | |
22 | [articles] | |
23 | recipe = buildout_script | |
0cc5f772 | 24 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ |
79c398f6 CR |
25 | template = articles.in |
26 | ||
27 | [harvest] | |
28 | recipe = buildout_script | |
0cc5f772 | 29 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ |
79c398f6 | 30 | template = harvest.in |