app_names
New in Django 1.9.
The list of individual namespace components in the full application namespace for the URL pattern that matches the URL. For example, if the app_name
is 'foo:bar'
, then app_names
will be ['foo', 'bar']
.
app_names
The list of individual namespace components in the full application namespace for the URL pattern that matches the URL. For example, if the app_name
is 'foo:bar'
, then app_names
will be ['foo', 'bar']
.
Please login to continue.