Skip to content

Commit

Permalink
Add link to issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarkentin committed May 2, 2016
1 parent 536fed1 commit fdc2b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion watchman/settings.py
@@ -1,6 +1,6 @@
from django.conf import settings

# TODO: these should not be module level.
# TODO: these should not be module level (https://github.com/mwarkentin/django-watchman/issues/13)
WATCHMAN_ENABLE_PAID_CHECKS = getattr(settings, 'WATCHMAN_ENABLE_PAID_CHECKS', False)
WATCHMAN_AUTH_DECORATOR = getattr(settings, 'WATCHMAN_AUTH_DECORATOR', 'watchman.decorators.token_required')
WATCHMAN_TOKEN = getattr(settings, 'WATCHMAN_TOKEN', None)
Expand Down

0 comments on commit fdc2b0f

Please sign in to comment.