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