#16484: Duplicate entry sessions error
--------------------------------------+----------------------------------
Reporter: hash.3g@… | Owner: nobody
Type: Bug | Status: reopened
Milestone: | Component: contrib.sessions
Version: 1.3 | Severity: Normal
Resolution: | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
--------------------------------------+----------------------------------
Changes (by hash.3g@…):
* status: closed => reopened
* resolution: needsinfo =>
Comment:
Here's my settings for project, and I attached my.cnf file if needed
{{{
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql', # Add 'postgresql_psycopg2',
'postgresql', 'mysql', 'sqlite3' or 'oracle'.
'NAME': 'dou', # Or path to database file if
using sqlite3.
'USER': 'hash', # Not used with sqlite3.
'PASSWORD': '*******', # Not used with sqlite3.
'HOST': '', # Set to empty string for
localhost. Not used with sqlite3.
'PORT': '', # Set to empty string for
default. Not used with sqlite3.
'OPTIONS': {"init_command": "SET storage_engine=INNODB;"}
}
}
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/16484#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.