Answer the question
In order to leave comments, you need to log in
How to connect mysql to djang?
I read the documentation of django and surfed the Internet and did not find the answer.
Now, in order, I downloaded mysql, created a database there, now I go to the settings in django
DATABASES = {
'default': {
'ENGINE': django.db.backends.mysql',
'NAME': 'имя бд',
"HOST": 'как мне посмотреть хост? ',
'USER': 'логин',
"PASSWORD": 'пароль',
"PORT": 'как мне посмотреть порт?';
}
}
Answer the question
In order to leave comments, you need to log in
'NAME': 'Имя базы данных',
"HOST": 'Здесь вы можете использовать ип вашей базы данных, если все стоит на одном сервере тогда можно просто localhost ',
'USER': 'Логин',
"PASSWORD": 'Пароль базы данных',
"PORT": 'Порт';
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question