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 开发人员是否管理这些?
我只是使用 flatpages 应用程序:http://docs.djangoproject.com/en/dev/ref/contrib/flatpages/并为它们准备了一个模板。
您可以使用Django Flat Pages。
我把它们放在一个“商业”应用程序中。我觉得真的没有必要多想。