The docs (<https://www.pulumi.com/docs/intro/conce...
# general
c
The docs (https://www.pulumi.com/docs/intro/concepts/project/) for pulumi say that: “In Python, there should either be a main.py file or a file setup.py that defines the entry point”. What are the consequences of not having either of those? We use django and have a manage.py
oh wait, nevermind. The main file being referenced is the pulumi program, not our server
👍 1