Skip to content

Commit

Permalink
change with change me password
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Durand committed Dec 8, 2016
1 parent dba771d commit 2cbe632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ services:

before_install:
- mysql -e 'CREATE DATABASE IF NOT EXISTS testdb;'
- mysql -e "SET PASSWORD FOR 'root'@'localhost' = PASSWORD('changeme');"

language: python
python:
Expand Down
2 changes: 1 addition & 1 deletion settings/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

DATABASES['default'] = {
'USER': 'root',
'PASSWORD': '',
'PASSWORD': 'changeme',
'HOST': '127.0.0.1',
'ENGINE': 'django.db.backends.mysql',
'NAME': 'testdb'
Expand Down

0 comments on commit 2cbe632

Please sign in to comment.