Go to file
Bernat Brunet Torruella ea3bc1e8aa Add new filed in the user profile, used for codereview to send mail from all uploads and comments 2013-05-02 13:09:53 +02:00
examples/rietveld Add new filed in the user profile, used for codereview to send mail from all uploads and comments 2013-05-02 13:09:53 +02:00
gae2django Add base code forked from google code 2013-04-04 01:04:00 +02:00
.hgignore Add base code forked from google code 2013-04-04 01:04:00 +02:00
COPYING Add base code forked from google code 2013-04-04 01:04:00 +02:00
MANIFEST.in Add base code forked from google code 2013-04-04 01:04:00 +02:00
README Add base code forked from google code 2013-04-04 01:04:00 +02:00
TODO Add base code forked from google code 2013-04-04 01:04:00 +02:00
__init__.py Add base code forked from google code 2013-04-04 01:04:00 +02:00
manage.py Add base code forked from google code 2013-04-04 01:04:00 +02:00
requirements.txt Add base code forked from google code 2013-04-04 01:04:00 +02:00
settings.py Add base code forked from google code 2013-04-04 01:04:00 +02:00
setup.py Add base code forked from google code 2013-04-04 01:04:00 +02:00
urls.py Add base code forked from google code 2013-04-04 01:04:00 +02:00

README

gae2django - Implementation of the App Engine APIs on top of Django
-------------------------------------------------------------------

gae2django is a Django helper application that provides an implementation of
Google's App Engine API based on pure Django.

The helper makes it easier to re-use applications originally designed for
Google's App Engine environment in a pure Django environment.


How to use this Django application
----------------------------------

 - add 'gae2django' to INSTALLED_APPS
 - add 'gae2django.middleware.FixRequestUserMiddleware' to MIDDLEWARE_CLASSES
   below AuthenticationMiddleware
 - at the top of manage.py add

     import gae2django
     gae2django.install()

This installs a drop-in replacement for the 'google.appengine' module.


Links
-----

Homepage: http://django-gae2django.googlecode.com


License
-------

The license is Apache 2.0.  See the file COPYING.