[GH-ISSUE #762] Connection refused #535

Closed
opened 2026-02-25 23:42:48 +03:00 by kerem · 1 comment
Owner

Originally created by @Vic51993 on GitHub (Dec 20, 2022).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/762

Hi, good day!

I am new to this. Can you please tell me what seems to be wrong with this?

I managed to ./manage.py runserver as shown

image

but when I try to open it to my browser, it says connection refused

image

Originally created by @Vic51993 on GitHub (Dec 20, 2022). Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/762 Hi, good day! I am new to this. Can you please tell me what seems to be wrong with this? I managed to ./manage.py runserver as shown ![image](https://user-images.githubusercontent.com/120757843/208770309-41bcfe39-b2c4-4e1f-84f4-9478e6734c56.png) but when I try to open it to my browser, it says connection refused ![image](https://user-images.githubusercontent.com/120757843/208770478-53da1bfe-2f53-4e88-9763-0d081c621951.png)
kerem closed this issue 2026-02-25 23:42:48 +03:00
Author
Owner

@gamerlv commented on GitHub (Dec 21, 2022):

The manage.py runserver is only intended for development of the application, thus it only started on localhost. You tried to access it externally. For production deployment it is recommended to to setup a full Django stack using uWSGI or gunicorn.

It may be easier to use Docker compose to setup a running instance.

<!-- gh-comment-id:1360561033 --> @gamerlv commented on GitHub (Dec 21, 2022): The `manage.py runserver` is only intended for development of the application, thus it only started on localhost. You tried to access it externally. For [production deployment](https://github.com/healthchecks/healthchecks#running-in-production) it is recommended to to setup a full Django stack using [uWSGI](https://uwsgi-docs.readthedocs.io/en/latest/) or [gunicorn](https://gunicorn.org/). It may be easier to use [Docker compose](https://github.com/healthchecks/healthchecks/tree/master/docker) to setup a running instance.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/healthchecks#535
No description provided.