Merge pull request #17317 from edx/noraiz/EDUCATOR-2213

fix gating api exception handling
This commit is contained in:
Noraiz Anwar
2018-01-26 16:57:18 +05:00
committed by GitHub

View File

@@ -1,6 +1,7 @@
"""
API for the gating djangoapp
"""
import json
import logging
from django.contrib.auth.models import User