Skip to content

Commit

Permalink
change db creds in example project setting to match db creds in setup…
Browse files Browse the repository at this point in the history
… docs
  • Loading branch information
ryanpitts committed Jan 7, 2015
1 parent d3771fa commit dfdf112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'campaign_browser',
'NAME': 'calaccess',
'USER': 'root',
'PASSWORD': 'mysql',
'PASSWORD': 'password',
'HOST': '',
'PORT': '3306',
'OPTIONS': {
Expand Down

0 comments on commit dfdf112

Please sign in to comment.