https://github.com/psf/bpo-django-gae2django
https://github.com/psf/bpo-django-gae2django
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/psf/bpo-django-gae2django
- Owner: psf
- License: apache-2.0
- Created: 2020-06-30T21:33:05.000Z (almost 5 years ago)
- Default Branch: bugs.python.org
- Last Pushed: 2020-06-30T22:31:46.000Z (almost 5 years ago)
- Last Synced: 2025-04-06T06:17:14.974Z (2 months ago)
- Language: Python
- Size: 565 KB
- Stars: 1
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
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 addimport 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.