Giter VIP home page Giter VIP logo

Comments (5)

Pzqqt avatar Pzqqt commented on August 16, 2024

仔细看一下操作失败时的错误提示。

另外请注意,隶属总部的部门(包括管理员)不应该拥有录入运单、发车、到车确认和收货确认等业务权限。

在测试数据中,发车应该遵循这个路由:

  • 测试收货点 -> 货场 -> 测试分公司
  • 测试分公司 -> 货场 -> 测试收货点

from django_transportation_management_system.

yjhCoder avatar yjhCoder commented on August 16, 2024

仔细看一下操作失败时的错误提示。

另外请注意,隶属总部的部门(包括管理员)不应该拥有录入运单、发车、到车确认和收货确认等业务权限。

在测试数据中,发车应该遵循这个路由:

  • 测试收货点 -> 货场 -> 测试分公司
  • 测试分公司 -> 货场 -> 测试收货点

感谢解答,看起来还是权限问题

from django_transportation_management_system.

yjhCoder avatar yjhCoder commented on August 16, 2024

另外,还发现一个dict set key的语法问题。貌似win系统上没问题,但是在mac系统上就有问题

self.fields["enabled"].widget.attrs |= {

TypeError: unsupported operand type(s) for |=: 'dict' and 'dict'
"GET /tms/settings/manage_users HTTP/1.1" 500 79146

from django_transportation_management_system.

Pzqqt avatar Pzqqt commented on August 16, 2024

另外,还发现一个dict set key的语法问题。貌似win系统上没问题,但是在mac系统上就有问题

self.fields["enabled"].widget.attrs |= {

TypeError: unsupported operand type(s) for |=: 'dict' and 'dict' "GET /tms/settings/manage_users HTTP/1.1" 500 79146

这不是语法问题,用|运算符合并字典是Python 3.9以上才支持的特性,README里已经提醒最低要求的Python版本了。

from django_transportation_management_system.

yjhCoder avatar yjhCoder commented on August 16, 2024

另外,还发现一个dict set key的语法问题。貌似win系统上没问题,但是在mac系统上就有问题

self.fields["enabled"].widget.attrs |= {

TypeError: unsupported operand type(s) for |=: 'dict' and 'dict' "GET /tms/settings/manage_users HTTP/1.1" 500 79146

这不是语法问题,用|运算符合并字典是Python 3.9以上才支持的特性,README里已经提醒最低要求的Python版本了。

确实是个新特性,感谢解答

from django_transportation_management_system.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.