您好,我遇到一个问题,无法在本地主机中运行旧的Django项目。我无法链接到django项目,因为它是私有的。我的几个问题是:
- what file do i run? my guess is the 'main.py'
- should i be looking for a particular key work in a file
- in side of the root there is a folder called 'Lib, how do i make use of it
- i keep getting errors that a module cannot be loaded but that module is inside the
'Lib' folder
- the project is deployed to google cloud and runs perfectly fine there