Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要使用静态 url 修改文件 urls.py。下一行是在 routes.rb 中用 Ruby Lang 编码的
match "/hirefire/#{ENV["HIREFIRE_TOKEN"]}/info" => "hire_fire#info"
我不知道如何在 urls.py Django 中编写同一行代码。拜托我需要你的帮忙。