From eaa9610cca9e211423061a24949644235453140b Mon Sep 17 00:00:00 2001 From: Bodnar Bogdan Date: Tue, 15 Aug 2017 15:54:20 +0200 Subject: [PATCH] Fix variable name --- docs/services/chartbeat.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/services/chartbeat.rst b/docs/services/chartbeat.rst index 9de4e5b..62820dc 100644 --- a/docs/services/chartbeat.rst +++ b/docs/services/chartbeat.rst @@ -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.