#Django App gets deployed to render.com and goes Live but it doesn't work
12 messages · Page 1 of 1 (latest)
The phrase "it doesn't work" is not helpful unfortunately. Please tell us what you've done, what you expected to happen and what actually happened. You should be including your code and configuration. You should also be including logs, errors and any other contextual information that would be relevant. There are a lot of things that could be be causing it to not work.
this is a backend project
means I don't have any static files
Jul 10 05:37:32 PM [2023-07-10 15:37:32 +0000] [54] [INFO] Starting gunicorn 20.1.0
Jul 10 05:37:32 PM [2023-07-10 15:37:32 +0000] [54] [INFO] Listening at: http://0.0.0.0:10000 (54)
Jul 10 05:37:32 PM [2023-07-10 15:37:32 +0000] [54] [INFO] Using worker: sync
Jul 10 05:37:32 PM [2023-07-10 15:37:32 +0000] [55] [INFO] Booting worker with pid: 55
I get these logs
means it's running on the server
but it says in progress
I can send my git repo if possible
What do you mean it doesn't work? What are you trying to do that's resulting in something unexpected?