This commit is contained in:
j 2011-01-11 15:48:18 +05:30
commit a70f0929e6
5 changed files with 170 additions and 19 deletions

View file

@ -182,6 +182,13 @@ POSTER_PRECEDENCE = (
'other'
)
DEFAULT_LISTS = [
{"name": "Favorites"},
{"name": "1960s", "query": {
"conditions": [{"key": "year", "value": "196", "operator": "^"}],
"operator": ""}
}
]
#0xdb.org
#POSTER_SERVICES=['http://data.0xdb.org/poster/']