{% extends "master_ass.html" %} {% load detailed_tags %} {% block body %}
App Name | Base URL | Example Pattern | Options |
---|---|---|---|
{{ app }} | {{ regex|default_if_none:"Undefined" }} |
{% if regex %}example.com/{{ regex|cut:"^"|cut:'/' }}/list/2014/get{% else %}Not defined in base urls.py{% endif %} |
{% if regex and not app == 'admin' and not app == 'django.contrib.admindocs' %}Associations{% endif %} |
Doesn't display all the installed apps (ex: Admin)
Show all {% else %} {% endif %}