-
Create a python virtual environment and install python dependencies.
cd evalai virtualenv venv source venv/bin/activate # run this command everytime before working on project pip install -r requirements/dev.txt
-
Change Postgresql credentials in
settings/dev.pyand run migrationsUse your postgres username and password for fields
USERandPASSWORDindev.pyfile. After changing credentials, run migrations using the following command:even/bin/python manage.py migrate --settings=settings.dev