I'm following your tutorial here
I had to goto a different post to find out how to do the mysql and got stuck the other tutorial told me this is how you connect.
my vps has the following db made since thats what the django polls tutorial told me todo. dbz name urbanpyt_polls
this is my first time here. ive very patient.
this what i have altered this is my first time
I made this db this is on my vps server
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'urbanpyt_polls',
'USER': 'urbanpyt_dbz',
'PASSWORD': 'shawn316566613'
'HOST': 'localhost',
'port': '',
}
}