Exemplo n.º 1
0
 def get(self, request):
     return HttpResponse(
         RegistrationFormFactory().get_registration_form(request).to_json(),
         content_type="application/json")
Exemplo n.º 2
0
 def get(self, request):
     return HttpResponse(
         RegistrationFormFactory().get_registration_form(request).to_json(),  # lint-amnesty, pylint: disable=http-response-with-content-type-json
         content_type="application/json")