#!/usr/bin/env python # -*- coding:utf8 -*- # Copyright (C) 2012 FinalsClub Foundation """ DO NOT modify this file directly, instead copy it to drive.py and modify that file. DO NOT check drive.py into source control. """ import os from django.conf import settings CLIENT_SECRET = os.path.join(settings.DJANGO_ROOT, \ 'path/to/client_secrets.json') SERVICE_KEY = os.path.join(settings.DJANGO_ROOT, 'path/to/some.p12') GOOGLE_USER = 'GOOGLE_APPS_EMAIL_ADDRESS'