can i try?
Sure. Go ahead.
@gauthamzz are you working on it? If yes, can you please do it quicker since we need to fix it soon.
@deshraj I'm trying but something is wrong with testing it . cos of proxy . ill try to do it fast
I'm getting an error Value: Unable to parse connection string: ""
btw can you give me some hints
Oh wait, I know this error. We recently integrated memcache backend with the codebase so you hace to include those settings. Please re-copy the dev.sample.py to dev.py since there are new changes in there.
Its working now .
the dev.sample.py needs to be fixed it has an issue
Can you tell me that what was the issue?
This was how it was supposed to look
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'evalai',
'USER': 'your username',
'PASSWORD': 'your password',
'HOST': 'localhost',
'PORT': '5432',
}
but the field password is not there and field NAME is not equal to EVALAI @deshraj #357
close this ?
Thanks @gauthamzz :-)