app_names New in Django 1.9. The list
class ResolverMatch [source] func The
func The view function that would be used to serve the URL
get_script_prefix() [source] Normally, you should always use reverse() to define
kwargs The keyword arguments that would be passed to the view function, as parsed from the URL.
args The arguments that would be passed to the view function, as parsed from the URL.
reverse(viewname, urlconf=None, args=None, kwargs=None, current_app=None) [source] viewname
url_name The name of the URL pattern that matches the URL.
resolve(path, urlconf=None) [source] path is the URL path you want to resolve
view_name The name of the view that matches the URL, including the namespace if there is one.
Page 1 of 2