diff --git a/pokercc/settings.py b/pokercc/settings.py index ade1406..1935da0 100644 --- a/pokercc/settings.py +++ b/pokercc/settings.py @@ -85,7 +85,7 @@ DATABASES = { 'ENGINE': 'django.db.backends.postgresql', 'NAME': 'stax_rumble', 'USER': 'stax', - 'PASSWORD': 'staxkikoo', + 'PASSWORD': 'StaxKikoo12', 'HOST': 'postgresql-stax.alwaysdata.net', # 'PORT': '5432', }