Which function in the django.urls package can help you avoid hardcoding URLS by generating a URL given the name of a view?
redirect()
get_script_prefix()
resolve()
reverse()