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