Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Fixes #191 - Add explicit watchman checks (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonespm authored Nov 20, 2019
1 parent d2cd44a commit b7a93bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions student_explorer/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@
WATCHMAN_TOKEN = config('DJANGO_WATCHMAN_TOKEN', default=None)
WATCHMAN_TOKEN_NAME = config('DJANGO_WATCHMAN_TOKEN_NAME', default='token')

# Storage check is not included because filesystem is not writable
WATCHMAN_CHECKS = (
'watchman.checks.caches',
'watchman.checks.databases',
)

DOWNLOAD_TOKEN = config('DJANGO_DOWNLOAD_TOKEN', default=None)

PAGINATION_RECORDS_PER_PAGE = config('DJANGO_PAGINATION_RECORDS_PER_PAGE', default=10, cast=int)
Expand Down

0 comments on commit b7a93bb

Please sign in to comment.