06 2019 档案
摘要:request.POST是用来接受从前端表单中传过来的数据,比如用户登录过程中传递过来的username、passwrod等字段。返回类型是字典; 在后台进行数据获取时,有两种方法(以username为例):request.POST[‘username’]与request.POST.get(‘use
阅读全文
摘要:python manage.py sqlmigrate your_app_name 0001 python manage.py sqlmigrate your_app_name 0001 python manage.py sqlmigrate your_app_name 0001 python ma
阅读全文
摘要:D:\PycharmProjects\autotest>python manage.py makemigrations django.db.utils.ProgrammingError: (1064, "You have an error in your SQL syntax;check the m
阅读全文