from settings import * DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', 'NAME': 'oscar_vagrant', 'USER': 'travis', 'PASSWORD': '', 'HOST': 'localhost', 'PORT': '', } }