Navigation Menu

Skip to content

Commit

Permalink
use mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Jan 20, 2012
1 parent cd35544 commit a28b4e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wordnik/settings.py
Expand Up @@ -19,10 +19,10 @@
# 'PORT': '', # Set to empty string for default. Not used with sqlite3.
#},
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
'NAME': 'wordnik', # Or path to database file if using sqlite3.
'USER': 'postgres', # Not used with sqlite3.
'PASSWORD': 'athena80', # Not used with sqlite3.
'ENGINE': 'django.db.backends.mysql', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
'NAME': 'wmr', # Or path to database file if using sqlite3.
'USER': 'root', # Not used with sqlite3.
'PASSWORD': '4Bcd3fg', # Not used with sqlite3.
'HOST': '', # Set to empty string for localhost. Not used with sqlite3.
'PORT': '', # Set to empty string for default. Not used with sqlite3.
}
Expand Down

0 comments on commit a28b4e5

Please sign in to comment.