Re: relation "django_session" does not exist

2020-02-26 Thread Naveen Arora
Run migrations all over the app again. Plus run -python manage.py syncdb On Thursday, 27 February 2020 06:39:31 UTC+5:30, Hella Nick wrote: > > Me to,My error was is > Traceback (most recent call last): > File > "D:\Python3\lib\site-packages\django\contrib\sessions\backends\base.py", > line 19

Re: relation "django_session" does not exist

2020-02-26 Thread Hella Nick
Me to,My error was is Traceback (most recent call last): File "D:\Python3\lib\site-packages\django\contrib\sessions\backends\base.py", line 190, in _get_session return self._session_cache AttributeError: 'SessionStore' object has no attribute '_session_cache' During handling of the above e

Re: relation "django_session" does not exist

2010-02-12 Thread rebus_
On 12 February 2010 11:26, chiranjeevi muttoju wrote: > Hi, > When i'm using the session in django i'm getting this error relation > "django_session" does not exist. what is that error.. if any one of u know > please help me.. > My code is: > from django.contrib.sessions.backends.db import Se