SDK 1.3.3 with appengine-django-helper does not work when setting sqlite as
a backend.
i.e. using --use_sqlite fails
The attached file include 3 patches to:
settings.py # this is where sqlite gets enabled with this version
appengine_django/db/base.py # this is where the stubs are setup
appengine_django/management/commands/runserver.py # this is where the
command line option is setup to --use_sqlite
-----
after applying these patches, the following commands
python manage.py runserver
python manage.py shell
are both working with sdk 1.3.3 and using a sqlite based datastore
( thx johnlockwood in irc for helping to clarify this )
Original issue reported on code.google.com by risto.ha...@gmail.com on 6 May 2010 at 4:15
Original issue reported on code.google.com by
risto.ha...@gmail.com
on 6 May 2010 at 4:15Attachments: