mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-05-28 00:24:08 +00:00
Merge pull request #111 from bogdanbodnar/patch-1
Fix `CHARTBEAT_USER_ID` variable name in documentation.
This commit is contained in:
commit
e1d060398c
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue