def done(self, form_list, **kwargs): """ Wizard finish handler. The idea is to persist your data here """ return JsonResponse({'next_url': '/next-page/'})