Traceback (most recent call last):
File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/ext/webapp/__init__.py", line 634, in __call__
handler.get(*groups)
File "/Users/hanjiyun/GAE-11-14/geekiwi/notifications.py", line 46, in get
self.member.private_token = hashlib.sha256(str(self.member.num) + ';' + config.site_key).hexdigest()
AttributeError: 'module' object has no attribute 'site_key'