kwargs
revers
python detail_url = reverse('detail',kwargs={"article_id":1,'page':2})
python login_url = reverse('login') + "?next=/"