settings
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user