sebastian-ardila / google-app-engine-django

Automatically exported from code.google.com/p/google-app-engine-django
Apache License 2.0
0 stars 0 forks source link

sqlite support with sdk 1.3.3 #166

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments: