Hi!

I am using file-based sessions. If I correctly understood I don't need
a database to store the session data, right?
Still I get this error:

ImproperlyConfigured: You haven't set the DATABASE_ENGINE setting yet.

I don't have anything under the INSTALLED_APPS in the settings.py file
to cause the need for a DB.

The error is triggered when I call:

request.session[sessionName] = argType

The same code runs perfectly on my cousin's computer. Can anybody help
me with this?

Cheers, Dragan.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to