Software Details:
Version: 1.4
Upload Date: 20 Feb 15
Distribution Type: Freeware
Downloads: 14
django_appcache is a Django app that allows you to create and serve an appcache manifest directly from Django.
Installation
Install it in your settings.py file like this:
INSTALLED_APPS = [
'django_appcache',
]
Requirements:
- Python
- Django
Comments not found