Error deploying my django web application

Anyone else know how to solve this error when i deploy my django web app

1 Like

Well , i changed the python version to 3.10.14 and i got other error.

Well, i fix the version problem, i changed the requeriment.txt and eleminate the versions of the dependencies , now my doploy is alive , but i got a server error 500

This my setting file

This is also my setting file

And this is my url file

When i sucessfly deploy my django app for first time , i don’t get any trouble but dont load my static files of django resframework or admin, then i addWhiteNoise to my app and i got the error, but don’t see any error on my code.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.