Skip to content

Commit

Permalink
remove mysql backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Caldwell committed Apr 9, 2012
1 parent e523885 commit 83aa4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/settings.py
Expand Up @@ -11,7 +11,7 @@

DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'.
'ENGINE': 'django.db.backends.', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'.
'NAME': '', # Or path to database file if using sqlite3.
'USER': '', # Not used with sqlite3.
'PASSWORD': '', # Not used with sqlite3.
Expand Down

0 comments on commit 83aa4d8

Please sign in to comment.