Skip to content

Commit

Permalink
Added default db
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaskar234 committed Sep 25, 2013
1 parent 025fae7 commit c8773fa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,12 @@
except ImportError:
pass

DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'HOST': '127.0.0.1',
'NAME': 'wordpress.db',
'USER': '',
'PASSWORD': '',
}
}

0 comments on commit c8773fa

Please sign in to comment.