diff options
Diffstat (limited to 'fb/context_processors.py')
| -rw-r--r-- | fb/context_processors.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fb/context_processors.py b/fb/context_processors.py new file mode 100644 index 0000000..92a9a0a --- /dev/null +++ b/fb/context_processors.py @@ -0,0 +1,5 @@ +from django.conf import settings + +def fb_app_id(request): + print 'bla' + return { settings.FACEBOOK_APP_ID }
\ No newline at end of file |
