Re: Error importing middleware django.contrib.sessions.middleware

2013-08-14 Thread Kelvin Wong
What version of Django are you running? $ python2.7 -c "import django; print django.VERSION;" Did this ever work before you enabled Memcached? Did you remove the extra CACHES dictionary from settings.py? What was the full traceback from the Django shell? K -- You received this message becaus

Re: Error importing middleware django.contrib.sessions.middleware

2013-08-13 Thread Adam
Thank you so much WongoBongo, Yes I have sync database but now when I run the command again i get this following error (i tried with python2.7 manage.py syncdb and python2.7 manage.py syncdb --settings=settings_mysetting): raise ImproperlyConfigured('ImportError %s: %s' % (app, e.args[0])) djang

Re: Error importing middleware django.contrib.sessions.middleware

2013-08-13 Thread Kelvin Wong
Did you do this part (from the docs): https://docs.djangoproject.com/en/1.5/topics/http/sessions/#using-database-backed-sessions Using database-backed sessions ... Once you have configured your installat

RE: Error importing middleware django.contrib.sessions.middleware: "cannot import name backend"

2006-06-26 Thread Kevin Fullerton
@googlegroups.com Subject: Re: Error importing middleware django.contrib.sessions.middleware: "cannot import name backend" On Mon, 2006-06-26 at 11:45 +0100, Kevin Fullerton wrote: > Hi, > > I run off the SVN version of Django - updated to the latest version > this morning and get th

Re: Error importing middleware django.contrib.sessions.middleware: "cannot import name backend"

2006-06-26 Thread Malcolm Tredinnick
On Mon, 2006-06-26 at 11:45 +0100, Kevin Fullerton wrote: > Hi, > > I run off the SVN version of Django - updated to the latest version > this morning and get the following when I run a project that was > working fine last week (think I was at revision 3200 last week and am > at 3206 today) >