Re: no django reverse match

2016-07-09 Thread ludovic coues
After reading your message, I don't know what the app should do, and what happen currently. I don't know if there is an error or not. Some part are missing like the imports, app_name in urls.py or the url for message_board:list. As a sidenote, I will suggest you to look the authentication views [

no django reverse match

2016-07-09 Thread ashutosh13103496
this is my login view ... def login(request): # c = {} # c.update(csrf(request)) return render(request, 'envato.rathemes.com/infinity/topbar/login.html') def auth_view(request): username = request.POST.get('username', '') password = request.POST.get('password', '') user