Skip to content

Commit

Permalink
default value for django secrets key added to secrets template
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Depoix committed May 18, 2017
1 parent b364984 commit 9d8c239
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ python:
- "3.6"
install:
- pip install -r requirements/testing.txt
before_script:
- mv secrets.template.json secrets.json
script:
- coverage run manage.py test
#after_success: coveralls
#after_success:
# - coveralls
2 changes: 1 addition & 1 deletion secrets.template.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"django_secret": "",
"django_secret": "12345678",
"database": {
"USER": "postgres",
"HOST": "localhost",
Expand Down

0 comments on commit 9d8c239

Please sign in to comment.