Evalai: Change `created_by` field from integer to username in `api/hosts/challenge_host_team/` API endpoint

Created on 3 Jan 2017  路  10Comments  路  Source: Cloud-CV/EvalAI

GSOC-2019 bug easy_to_fix enhancement

All 10 comments

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 :-)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

deshraj picture deshraj  路  5Comments

mrinalwahal picture mrinalwahal  路  4Comments

deshraj picture deshraj  路  5Comments

aka-jain picture aka-jain  路  5Comments

Jonathan-Livingston-Seagull picture Jonathan-Livingston-Seagull  路  5Comments