app_names New in Django 1.9. The list
class ResolverMatch [source] func The
get_script_prefix() [source] Normally, you should always use reverse() to define
func The view function that would be used to serve the URL
resolve(path, urlconf=None) [source] path is the URL path you want to resolve
url_name The name of the URL pattern that matches the URL.
kwargs The keyword 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
args The arguments that would be passed to the view function, as parsed from the URL.
namespace The instance namespace for the URL pattern that matches the URL.
Page 1 of 2