-
Notifications
You must be signed in to change notification settings - Fork 67
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
Good to know #41
Comments
Hi @koladev32 can you weigh in on this issue? |
What I mean is that in 'NAME': coredb the name should be "coredb" with "" <----------- |
Hey @cypherhp Surely, I believe that it was a typo. As you said, It should be 👇 ...
'NAME': 'coredb',
... You will also want to correct the port. This should be |
He uses wrong port. Just leave it empty as "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in this part `DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': coredb, <---error
'USER': 'core',
'PASSWORD': 'wCh29&HE&T83',
'HOST': 'localhost',
'PORT': '5342',
}
}
` from the book the name coredb is set as a variable. It causes confusion and many errors.
The text was updated successfully, but these errors were encountered: