资 源 简 介
Welcome to Django-gae-cache
This project contains Django middleware and Google App Engine application.
Motivation
I have few small web application on poor VPS (Virtual Private Server). Because there is everything on single server (Django, MySQL server, static content), I though how to lower server load/save memory/whatever. And this project is a result of my invention.
Using this application, you will save bandwidth, memory and CPU load of your web server, because all static resources will be served with Google App Engine.
Installation Instructions
These instructions was written for version 1.0.0, but following versions are backward compatible.
Download and install
Install package using distutils:
svn checkout http://django-gae-cache.googlecode.com/svn/trunk/ django-gae-cachecd django-gae-cachesudo python setup.py install
U