I changed my website url to new one , but google is showing my old url , i have read that i need to make 301 redirect to help google to show my new url, but i don't know how to make it with django!
my old url :
path('<int:pk>/', views.ArticleDetail.as_view(), name='detail')
my new url :
path('<int:pk>/<slug>', views.ArticleDetail.as_view(), name='detail')
more info : i'm using nginx