westerveltco / django-simple-nav

A simple, flexible, and extensible navigation menu for Django
https://django-simple-nav.westervelt.dev
MIT License
11 stars 0 forks source link

Add `get_items` and `get_template_name` methods to `Nav`? #55

Closed joshuadavidthomas closed 5 months ago

joshuadavidthomas commented 7 months ago

Should we continue to go down the path of essentially lightly copying the API of Django's generic views and have methods on Nav that can be overridden e.g. get_items and get_template_name?

joshuadavidthomas commented 7 months ago

Also, in #46, a get_template that renders the template to string