Open zqian opened 9 years ago
You need to set up postgresql, and change the Database settings in settings.py.
DATABASES = {
"default": {
"ENGINE": "django.db.backends.postgresql_psycopg2",
"NAME": "gamification",
"USER": "game_manager",
"PASSWORD": "django-gamification",
"HOST": "",
"PORT": "5432"
}
}
I got this error:
OperationalError: FATAL: password authentication failed for user "gamification_manager"
Please help.