settings
This commit is contained in:
@@ -51,6 +51,7 @@ INSTALLED_APPS = [
|
|||||||
'rest_framework_swagger',
|
'rest_framework_swagger',
|
||||||
'oauth2_provider',
|
'oauth2_provider',
|
||||||
'corsheaders',
|
'corsheaders',
|
||||||
|
'analytical',
|
||||||
]
|
]
|
||||||
|
|
||||||
AUTHENTICATION_BACKENDS = (
|
AUTHENTICATION_BACKENDS = (
|
||||||
@@ -277,3 +278,7 @@ REST_FRAMEWORK = {
|
|||||||
),
|
),
|
||||||
'PAGE_SIZE': 20,
|
'PAGE_SIZE': 20,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Analytics
|
||||||
|
|
||||||
|
CLICKY_SITE_ID = '101011008'
|
||||||
|
|||||||
Reference in New Issue
Block a user