projets
/
auf_savoirs_en_partage_django.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Quasiment fini le prototype
[auf_savoirs_en_partage_django.git]
/
auf_savoirs_en_partage_django
/
savoirs
/
__init__.py
Commit
Line
Data
d15017b2
CR
1
configuration = {
2
'max_actualite': 100,
3
'accueil_actualite': 5,
4
'nombre_par_page_actualite': 10,
5
'resultats_par_page': 8, # pas changeable a cause de google
6
'accueil_evenement': 5,
7
'engin_recherche': 'sep'
8
}