I need help with getting the python example to work.
Here is what I am getting:
$ flyctl deploy
Update available 0.0.320-pre-1 -> v0.0.320.
Run "flyctl version update" to upgrade.
==> Verifying app config
--> Verified app config
==> Building image
Remote builder fly-builder-lively-violet-5174 ready
==> Creating build context
--> Creating build context done
==> Building image with Docker
--> docker host: 20.10.12 linux x86_64
[+] Building 45.7s (0/1)
[+] Building 1.8s (11/11) FINISHED
=> [internal] load remote build context 0.0s
=> copy /context / 0.3s
=> [internal] load metadata for docker.io/library/python:3.7 0.8s
=> [1/8] FROM docker.io/library/python:3.7@sha256:cda140a738baaf576240ad8f9a0f480a1b9bdc7ac690b46 0.0s
=> CACHED [2/8] RUN apt-get update && apt-get install -y python3-pip python3-venv pyt 0.0s
=> CACHED [3/8] RUN mkdir -p /app 0.0s
=> CACHED [4/8] WORKDIR /app 0.0s
=> CACHED [5/8] COPY requirements.txt . 0.0s
=> CACHED [6/8] RUN pip install -r requirements.txt 0.0s
=> [7/8] COPY . . 0.3s
=> ERROR [8/8] RUN python manage.py collectstatic --noinput 0.3s
------
> [8/8] RUN python manage.py collectstatic --noinput:
#11 0.275 python: can't open file 'manage.py': [Errno 2] No such file or directory
------
Error failed to fetch an image or build from source: error building: executor failed running [/bin/sh -c python manage.py collectstatic --noinput]: exit code: 2
Can someone help, please?