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