This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
Deploy django app #6560
Deploy django app
#6560
-
SummaryI have a django project with python 3.9.13 but when I try to deploy it, Vercel shows this error: Unable to find any supported Python versions. ExampleNo response Steps to Reproducemy vercel.json has the right python version, pipfile, pipfile.lock too and I don't know what else I can do, can someone help me? |
Beta Was this translation helpful? Give feedback.
Answered by
JINYUHOON
Apr 19, 2024
Replies: 1 comment 1 reply
-
When I had the same problem before, I had experience solving it by changing the configuration structure of vercel.json. vercel.json
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
QuiiBz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I had the same problem before, I had experience solving it by changing the configuration structure of vercel.json.
However, it runs in flask, not django.
Additionally, requirements.txt is included in the root folder.
vercel.json