Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2016-12-16 13:23:10 +01:00
parent 1938506735
commit cdb843a7b9

View File

@@ -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'