Application-independent permalink to admin url for an object
You can import get_admin_url into your models module and create a property on a class: `admin_url = property(get_admin_url)`
- admin
 - model
 - url
 - object
 
You can import get_admin_url into your models module and create a property on a class: `admin_url = property(get_admin_url)`
Usage: Literal value, use default timeout {% geturl "http://example.com/path/to/content/" %} Variable value, literal timeout {% geturl object.urlfield 5 %}
Usage: {% mailto email [linktext] %} `email' parameter is required; linktext is optional, defaulting to the email address.