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.
我正在使用 apache、django 和 sqlite3 运行一个应用程序。数据库文件和 settings.py 需要哪些权限才能使应用程序正确运行?
Apache httpd 守护程序使用的用户必须能够访问所有文件。检查配置的用户指令。确保 sqlite 文件可由该用户写入。