straight55b / app-engine-patch

Automatically exported from code.google.com/p/app-engine-patch
0 stars 0 forks source link

Unable to Specify Datastore Location #262

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
With the native app engine code, you can specify the location to create the 
dev datastore via the --datatore parameter.

e.g. dev_appserver.py -p 8001 --
datastore_path=/some/custom/location/dev_appserver.datastore

Running "manage.py help runserver" shows no equivalent option. Is this 
feature unsupported or supported but not documented?

Original issue reported on code.google.com by chrisspen@gmail.com on 20 Apr 2010 at 3:02