Enable analytics in production

This commit is contained in:
Danielle McLean 2017-11-01 16:18:48 +11:00
parent 06278935b6
commit 4b4ab324cc
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
5 changed files with 32 additions and 15 deletions

View file

@ -69,6 +69,7 @@ INSTALLED_APPS = [
'django.contrib.messages',
'django.contrib.staticfiles',
'analytical',
'annoying',
'compressor',
'debug_toolbar',

View file

@ -23,3 +23,5 @@ STATIC_URL = 'https://cdn.00dani.me/'
MEDIA_URL = STATIC_URL + 'media/'
META_SITE_DOMAIN = '00dani.me'
META_FB_APPID = '145311792869199'
GOOGLE_ANALYTICS_PROPERTY_ID = 'UA-109060843-1'