You should be able to use dev_appserver.py rather than manage.py when running locally without running into any errors to work around the issue. e.g.
manage.py runserver /path/to/my/app Becomes: dev_appserver.py --datastore_path=/path/to/my/datastore /path/to/my/ app It may be worth filing this as a feature request against google-app- engine-django's project: http://code.google.com/p/google-app-engine-django/issues/list Daniel On Nov 16, 6:21 pm, Chris <[EMAIL PROTECTED]> wrote: > How do you specify the datastore path with google-app-engine-django? > The modified manage.py doesn't seem to include this option, and I > think it passes dev_appserver.py a blank config dictionary. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
