add basic offline fallback to marketplace

This commit is contained in:
Matt Claypotch 2012-11-13 15:19:14 -08:00
Родитель 7fc1bcde89
Коммит 1d5fe77975
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -303,6 +303,10 @@ APPCACHE_NET_PATHS = [
'*'
]
APPCACHE_FALLBACK_PATHS = {
'/': '/offline/home',
}
# This callable yields paths relative to MEDIA_ROOT that you want to explicitly
# cache. The browser will load *all* of these URLs when your app first loads
# so be mindful to only list essential media files. The actual URL of the path