This should allow cascading course deletion over notes, but might lose cache sync
[oweals/karmaworld.git] / karmaworld / secret / drive.py.example
1 #!/usr/bin/env python
2 # -*- coding:utf8 -*-
3 # Copyright (C) 2012  FinalsClub Foundation
4 """
5 DO NOT modify this file directly, instead copy it to drive.py and modify
6 that file.
7 DO NOT check drive.py into source control.
8 """
9
10 import os
11
12 from django.conf import settings
13
14
15 CLIENT_SECRET = os.path.join(settings.DJANGO_ROOT, \
16                              'path/to/client_secrets.json')
17
18 SERVICE_KEY = os.path.join(settings.DJANGO_ROOT, 'path/to/some.p12')
19
20 GOOGLE_USER = 'GOOGLE_APPS_EMAIL_ADDRESS'