zoukankan      html  css  js  c++  java
  • 跟老齐学Python Django实战 5/n Second edition

    Traceback:
    
    File "/home/cor/laoqidjango/lqdjango0601/lib/python3.5/site-packages/django/core/handlers/exception.py" in inner
      34.             response = get_response(request)
    
    File "/home/cor/laoqidjango/lqdjango0601/lib/python3.5/site-packages/django/core/handlers/base.py" in _get_response
      115.                 response = self.process_exception_by_middleware(e, request)
    
    File "/home/cor/laoqidjango/lqdjango0601/lib/python3.5/site-packages/django/core/handlers/base.py" in _get_response
      113.                 response = wrapped_callback(request, *callback_args, **callback_kwargs)
    
    File "/home/cor/laoqidjango/lqdjango0602/mysite2/account/views.py" in user_login
      13.             user = authenticate(username=cd['username'], password=cd['password'])
    
    Exception Type: KeyError at /account/login/
    Exception Value: 'username'
    

      

  • 相关阅读:
    装饰器
    kolla部署all-in-one
    k8s集群部署gitlab
    helm部署gitlab
    控制器和pod调度流程
    esxi安装
    Linux系统性能分析工具
    configMap和secret
    etcd 问题、调优、监控
    动感单车
  • 原文地址:https://www.cnblogs.com/winditsway/p/13260168.html
Copyright © 2011-2022 走看看