asifpy / django-crudbuilder

Generic CRUD implementation in Django
https://django-crudbuilder.readthedocs.org/en/latest/index.html
Apache License 2.0
193 stars 67 forks source link

Custom URL redirect after object is successfully created/updated #81

Closed flaiming closed 1 year ago

flaiming commented 1 year ago

We sometimes had a problem that after we created some object, it will redirect us to the list of objects, but we wanted to be redirected to the detail on newly created object. So this PR is our solution for that.