Browse Source

WIP65

pull/386/head
Eduardo Calil 10 years ago
parent
commit
b8bde14b06
  1. 2
      .env_dev
  2. 1
      .travis.yml

2
.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

1
.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

Loading…
Cancel
Save