diff --git a/rowsandall_app/settings.py b/rowsandall_app/settings.py index ce32596b..f2226e93 100644 --- a/rowsandall_app/settings.py +++ b/rowsandall_app/settings.py @@ -51,6 +51,7 @@ INSTALLED_APPS = [ 'rest_framework_swagger', 'oauth2_provider', 'corsheaders', + 'analytical', ] AUTHENTICATION_BACKENDS = ( @@ -277,3 +278,7 @@ REST_FRAMEWORK = { ), 'PAGE_SIZE': 20, } + +# Analytics + +CLICKY_SITE_ID = '101011008'