Skip to content

Commit

Permalink
Merge pull request #111 from bogdanbodnar/patch-1
Browse files Browse the repository at this point in the history
Fix `CHARTBEAT_USER_ID` variable name in documentation.
  • Loading branch information
jcassee committed Aug 15, 2017
2 parents 8785a55 + eaa9610 commit e1d0603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/services/chartbeat.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ contains a line that looks like this::
Here, ``XXXXX`` is your User ID. Set :const:`CHARTBEAT_USER_ID` in the
project :file:`settings.py` file::

CHARTBEAT_SITE_ID = 'XXXXX'
CHARTBEAT_USER_ID = 'XXXXX'

If you do not set a User ID, the tracking code will not be rendered.

Expand Down

0 comments on commit e1d0603

Please sign in to comment.