コード例 #1
0
def auth_enabled(request):
    return {'auth_enabled': AppSettings.get_autologin_user_id() is None}
コード例 #2
0
def auth_enabled(request):
    return {'auth_enabled': AppSettings.get_autologin_user_id() is None}