oscarmlage / django-cruds-adminlte

django-cruds is simple drop-in django app that creates CRUD for faster prototyping
BSD 3-Clause "New" or "Revised" License
424 stars 83 forks source link

ULRs #51

Closed fjbardelli closed 6 years ago

fjbardelli commented 6 years ago

it is possible to generate a url for a model, for example to list the docoments of a client, or to create more views, part of creating, listing, deleting, etc. as for example approve_

Thank you

oscarmlage commented 6 years ago

Sure, you can add your own routes or, even better, extend the ones from the crud and do your own logic and templates. Perhaps the documentation may help you:

Hope it helps.