Skip to content

Commit

Permalink
Merge e22d6d3 into 982a5d0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb committed Jun 25, 2020
2 parents 982a5d0 + e22d6d3 commit b5d6842
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ Note: requires `gettext` to be installed. This should come by default with Ubunt
apt-get update && apt-get install gettext
```

## Running the tests

```
DJANGO_SETTINGS_MODULE=cove_project.settings pytest
```

## Translations

We use Django's translation framework to provide this application in different languages.
Expand Down

0 comments on commit b5d6842

Please sign in to comment.