forked from expo/troggle
New user login/logoff system using standard Dj
This commit is contained in:
@@ -35,8 +35,8 @@ def showrequest(request):
|
||||
return HttpResponse(request.GET)
|
||||
|
||||
def frontpage(request):
|
||||
'''never seen in practice'''
|
||||
# bthe messages system does a popup on this page if there is a recent message, e.g. from the admin site actions.
|
||||
'''never seen in common practice. Logon should redirect here when this is more useful'''
|
||||
# the messages system does a popup on this page if there is a recent message, e.g. from the admin site actions.
|
||||
# via django.contrib.messages.middleware.MessageMiddleware
|
||||
# this is set in the templates.
|
||||
if request.user.is_authenticated():
|
||||
|
||||
Reference in New Issue
Block a user