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