I want to use 'login_required' decorator in my views to let working at logged users only. The problem is that 'login_required' is looking for a match with 'accounts/login/' and it doesn't exists on any 'urls' module (django.conf.urls.*). I think that it should be added in django.conf.urls.registration