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.
我正在创建一个自定义装饰器类,我将在我的 django 项目中的每个应用程序中使用它。放置此类文件的最佳位置在哪里?
我正在考虑在项目中创建另一个名为“Utils”之类的应用程序。
这种情况有标准吗?
Atma - 只需使用该manage.py startapp myapp命令创建一个应用程序。
manage.py startapp myapp
好像你已经知道该怎么做了。不知道你为什么把它贴在这里。
您始终可以扩展现有的类。这很简单。