Skip to content

Instantly share code, notes, and snippets.

@selimhamidou
Created June 7, 2020 16:23
Show Gist options
  • Save selimhamidou/35f0c437527bdc6b61b508bdfe4859b2 to your computer and use it in GitHub Desktop.
Save selimhamidou/35f0c437527bdc6b61b508bdfe4859b2 to your computer and use it in GitHub Desktop.
def function(request):
def sub_function(request):
return render(request, 'link.html', {})
return render(request, 'link2.html', {})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment