コード例 #1
0
ファイル: register.py プロジェクト: vvvictorlee/edx-platform
 def country_handler(self, request):
     country = request.data.get('country')
     return get_country_validation_error(country)
コード例 #2
0
ファイル: views.py プロジェクト: Lektorium-LLC/edx-platform
 def country_handler(self, request):
     country = request.data.get('country')
     return get_country_validation_error(country)