mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
8 lines
230 B
Python
8 lines
230 B
Python
# 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
|