Enable analytics in production
This commit is contained in:
parent
06278935b6
commit
4b4ab324cc
5 changed files with 32 additions and 15 deletions
|
@ -69,6 +69,7 @@ INSTALLED_APPS = [
|
|||
'django.contrib.messages',
|
||||
'django.contrib.staticfiles',
|
||||
|
||||
'analytical',
|
||||
'annoying',
|
||||
'compressor',
|
||||
'debug_toolbar',
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue