How to specify the login_required redirect url in django?

I have a view function: @login_required def myview(): # do something # respond something pass How can I specify the exact URL for this view function to be redirected?