Merge pull request #111 from bogdanbodnar/patch-1

Fix `CHARTBEAT_USER_ID` variable name in documentation.
This commit is contained in:
Joost Cassee 2017-08-15 16:06:54 +02:00 committed by GitHub
commit e1d060398c

View file

@ -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.