Search code examples
djangohttp-redirectdjango-generic-views

Django generic view redirect


I have created a blog app using Django wherein Generic views are used to Add, Update and Delete a blog post. I want to know a method by which I could redirect to the same Blog page after creating it or updating it. Thanks


Solution

  • You can add get_absolute_url for your model, check docs