From b8bde14b060195dcde859834b626d0197dd2aad7 Mon Sep 17 00:00:00 2001 From: Eduardo Calil Date: Mon, 2 May 2016 12:20:11 -0300 Subject: [PATCH] WIP65 --- .env_dev | 2 +- .travis.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.env_dev b/.env_dev index 5c28122fb..db1a6ff5a 100644 --- a/.env_dev +++ b/.env_dev @@ -1,4 +1,4 @@ -DATABASE_URL = postgresql://sapl:@localhost:/sapl +DATABASE_URL = postgresql://postgres:@localhost:/sapl SECRET_KEY=TravisTest DEBUG=False EMAIL_USE_TLS = True diff --git a/.travis.yml b/.travis.yml index 7579e4474..13c1f264c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,6 @@ install: before_script: - npm install -g bower - cp .env_dev .env - - sed -i -e 's/getpass.getuser()/"postgres"/g' sapl/settings.py - psql -c 'create database sapl;' -U postgres - python manage.py syncdb –migrate –noinput