Skip to content

Commit

Permalink
Token docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
lamby committed Nov 15, 2015
1 parent 2a65c0a commit b889c0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion django_slack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
#. Ensure ``django.template.loaders.app_directories.Loader`` is in your
``TEMPLATE_LOADERS``.
#. Generate a token at https://api.slack.com/web#authentication
Usage
-----
Expand Down Expand Up @@ -135,7 +137,7 @@
Your Slack authentication token. You can override on a per-message level by
specifying a ``{% block token %}{% endblock %}`` in your message templates.
You can generate a new token on this site: https://api.slack.com/web#authentication
You can generate a tokens here: https://api.slack.com/web#authentication
``SLACK_CHANNEL``
~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit b889c0c

Please sign in to comment.