Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sqlite support with sdk 1.3.3 #166

Open
GoogleCodeExporter opened this issue Jan 18, 2016 · 0 comments
Open

sqlite support with sdk 1.3.3 #166

GoogleCodeExporter opened this issue Jan 18, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 6 May 2010 at 4:15

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant