0xE111 / django-mptt-urls

Creating hierarchical URLs in Django associated with django-MPTT models
MIT License
36 stars 5 forks source link

Added "set_abs_url_getter" param #6

Closed stkrp closed 9 years ago

stkrp commented 9 years ago

By default, adds a method "get_absolute_url" to the model, if this method is not set by the user.