Commit | Line | Data |
---|---|---|
155a7c62 | 1 | [buildout] |
06fad683 | 2 | newest = false |
79c398f6 | 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 | |
06fad683 | 18 | caldav==0.1.4.3-auf |
5cb17f25 | 19 | chardet |
92c7413b CR |
20 | pytz |
21 | django-timezones | |
097785cb | 22 | feedparser |
7a355faa AJ |
23 | django_pagination |
24 | django_sorting | |
4248e029 | 25 | datamaster_modeles |
bd2a4f40 | 26 | django-roa |
6d885e0c | 27 | django-admin-tools |
04762393 | 28 | |
29 | #develop = src/caldav | |
30 | ||
79c398f6 CR |
31 | [articles] |
32 | recipe = buildout_script | |
0cc5f772 | 33 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ |
79c398f6 CR |
34 | template = articles.in |
35 | ||
36 | [harvest] | |
37 | recipe = buildout_script | |
0cc5f772 | 38 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ |
79c398f6 | 39 | template = harvest.in |
7a355faa AJ |
40 | |
41 | [import_chercheurs] | |
42 | recipe = buildout_script | |
43 | template_dir = ${buildout:directory}/auf_savoirs_en_partage/scripts/ | |
44 | template = import_chercheurs.in |