|
Fork of google-app-engine-django. This fork exists to integrate django features which haven't officially made it into the helper yet. Added: - django.contrib.flatpages
- #36
- Flatpages can be used with this fork of the appengine django helper
- django.contrib.sites
- The django sites app can be used in this fork of the appengine django helper
- Sitemaps can be used with this fork of the appengine django helper
- specify location of the datastore for runserver and shell
- #103
- usage: python manage.py runserver|shell --datastore_path=/path/to/file.name
- Patch from gae-django #169 modified to use getattr instead of hasattr
- Patch from gae-django #168 for commands_test.py
Currently merged up to r104 of the helper. Note, I've moved the code over to github: http://github.com/dherbst/google-app-engine-django
|