On Wed, Mar 20, 2013 at 10:19 AM, Suja C Varghese <sujac...@gmail.com> wrote: > I have read this and tried using django sessions. And i got error - > ImproperlyConfigured: settings.DATABASES is improperly configured. Please > supply the ENGINE value. Check settings documentation for more details. >
You need to specify your database backend. If you specify that sessions are stored in the database, then you must specify the database in your settings. Please note that Django on app engine is not officially supported. There are two ways of using it, using a branch/fork of django called django-nonrel, or by using Google's Cloud SQL driver. django-nonrel is a fork of Django 1.3 with support for appengine. It has significant differences to django. https://github.com/django-nonrel/django/tree/nonrel-1.3 CloudSQL I think you have to pay for: https://developers.google.com/appengine/docs/python/cloud-sql/django You will have to use one of these two solutions if you want to run django on appengine. Cheers Tom -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.