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.
我想知道什么是最佳做法。我一直在使用@property装饰器,因为当我想在模板上显示与模型实例相关的内容时,它允许我避免创建自定义上下文变量。
@property
我觉得我的模型太大了。这个可以吗?
除非您发现自己在一个又一个模型上编写完全相同的代码,否则这不是问题。此时,您应该考虑编写一个将模型作为参数的模板标签。