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.
如何存储、检索和允许用户更改项目或应用程序的设置?settings.py 中的常量不够好,因为我希望某些用户能够更改设置的值。在管理界面中呈现这些的方法是最佳的。
如果是通过管理界面,那么使用数据库听起来像是一个肯定的选择。在 StackOverflow 上查看这个类似的问题。