Hello, I have a Django project which I uploaded to GitHub first and then tried to connect to Azure.
The build process has been successful as per the Action tab in GitHub.But the process gets to the Deploy part, it takes around 30 minutes and then provide me with the warning as:
"2025-01-22 15:48:10"|WARNING|Missing Django module in /tmp/8dd3afa6c264451/requirements.txt | Exit code: 0 | Add Django to your requirements.txt file.
More information: https://aka.ms/troubleshoot-python
Not a vso image, so not writing build commands
After this the execution stops and the deployment fails
When I pushed the code along with requirements.txt, the django with the version 4.2.17 has been included.
With this version of Django and the python version of 3.11.8 , the project worked perfectly fine in the local machine. But it doesn't work during the deployment.
I am looking for the help. Thanks.