Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Aug 18, 2020
1 parent 2fa5d76 commit ae99e6a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions default/context_processors.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from django.conf import settings


def analytics(request):
return {
'google_analytics_id': settings.GOOGLE_ANALYTICS_ID,
}

0 comments on commit ae99e6a

Please sign in to comment.