You are on page 1of 1

DATABASES = {

'default': {
'ENGINE': 'django.db.backends.mysql', # Add 'postgresql_psycopg2
', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
'NAME': 'libreria', # Or path to database file if using sqlite3.
'USER': 'root', # Not used with sqlite3.
'PASSWORD': 'toor', # Not used with sqlite3.
'HOST': 'localhost', # Set to empty string for localhost. Not us
ed with sqlite3.
'PORT': '3306', # Set to empty string for default. Not used with
sqlite3.
}
}

You might also like