Esempio n. 1
0
 def get_queryset(self):
     country_code = self.request.GET.get('country_code', None)
     return get_country_time_zones(country_code)
Esempio n. 2
0
 def get_queryset(self):
     country_code = self.request.GET.get('country_code', None)
     return get_country_time_zones(country_code)