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 [
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
2 matches
Mail list logo