ship list of theme static assets

This commit is contained in:
Frédéric Péters 2018-06-22 13:25:09 +02:00
parent 5a2ea72886
commit 526c80835e
1 changed files with 39 additions and 0 deletions

39
debian/50gnm.py vendored
View File

@ -277,5 +277,44 @@ JSON_CELL_TYPES = {
}
}
COMBO_ASSET_SLOTS = {
"commune:banner": {
"label": "Bandeau communal"
},
"logo:atmo": {
"label": "Logo Atmo"
},
"logo:grandlyon": {
"label": "Logo Grand Lyon"
},
"logo:tcl": {
"label": "Logo TCL"
},
"logo:velov": {
"label": "Logo Velo'v"
},
"logo:toodego": {
"label": "Logo Toodego"
},
"picture:atmo": {
"label": "Photographie Qualité de l'air"
},
"picture:mdr": {
"label": "Photographie Maison du Rhône"
},
"picture:piscine": {
"label": "Photographie Piscine"
},
"picture:pollen": {
"label": "Photographie Pollen"
},
"picture:tcl": {
"label": "Photographie TCL"
},
"picture:velov": {
"label": "Photographie Velo'v"
},
}
import memcache
memcache.SERVER_MAX_VALUE_LENGTH = 10 * 1024 * 1024