Python: Add HttpRedirectSinks test for django

This commit is contained in:
Rasmus Wriedt Larsen
2020-02-17 16:49:05 +01:00
parent a3c6472b9b
commit 362e7aebbb
4 changed files with 16 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
# see https://docs.djangoproject.com/en/1.11/_modules/django/shortcuts/#redirect
def render(request, template_name, context=None, content_type=None, status=None, using=None):
pass
def redirect(to, *args, **kwargs):
pass