This should allow cascading course deletion over notes, but might lose cache sync
[oweals/karmaworld.git] / karmaworld / secret / drive.py.example
index 2d2942edbc0c246fc3c500d74a6991e59af1f093..43c87ec78e23671ffdc6cd7ab97432783f9d4591 100644 (file)
@@ -7,6 +7,11 @@ 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')