Hi, i Just deployed a Django app from Azure Devops Pipeline to an Azure webapp, the Pipeline runs fine, but it shows an error when try access using web browser it show an "Application Error" .
The logs from bash shell don't tell much neither, I don't know what.
The startup command includes also celery command:
python3 manage.py runserver --settings=firma.settings.staging &&
python3 -m celery -A firma worker &
What i need to check to identify what needs to be fixed.