Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manage.py migrate errors #7

Open
johnjfloro opened this issue Nov 20, 2017 · 0 comments
Open

manage.py migrate errors #7

johnjfloro opened this issue Nov 20, 2017 · 0 comments

Comments

@johnjfloro
Copy link

When running python manage.py migrate after creating the appointment_reminders DB, I kept getting a slew of errors saying no password authentication. I tried many things, but then found that we need to add a user and password to the common.py file under DATABASES:

DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'appointment_reminders',
'USER': 'postgres',
'PASSWORD': 'yourpassword',
}
}

I hope this helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant