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.
我克隆了一个基本项目。我想知道我必须复制哪些文件才能使其成为一个完全独立的项目?我指的是 css 文件、模板、其他应用程序?
此外,这些文件将位于何处。
这取决于 Django 项目的布局,但这些通常是项目的基本文件。
通过进入 urls.py,您将能够看到他们的视图来自何处,并且这些文件也应该包含在内。从视图中,查看它们导入的内容,依此类推,直到到达模板文件。